mpu_wrappers.c

kg7hf wrote on Monday, December 18, 2017:

Should “configUSE_MUTEXES” be replaced with “configUSE_RECURSIVE_MUTEXES” around MPU_xWueueTakeMutexRecursive() and MPU_xQueueGiveMutexRecursive()?

rtel wrote on Monday, December 18, 2017:

Yes - think so - I have updated this locally and will push to SVN shortly.

kg7hf wrote on Monday, December 18, 2017:

Thanks!