I'm doing some rearranging of the example project. If I include the CMSIS microcontroller header before RTOS.h in my file that integrates the RTOS I get the following error:
`core_cm4.h` defines `FPU` as follows:
1> /Volumes/Development/louise/CMSIS/CMSIS/Include/core_cm4.h:1420:46: error: expected ')' before '*' token
1> /Volumes/Development/louise/RTOS/RTOS.h:1657:12: note: in expansion of macro 'MPU'
1> /Volumes/Development/louise/CMSIS/CMSIS/Include/core_cm4.h:1420:46: error: expected ')' before '*' token
1> /Volumes/Development/louise/RTOS/RTOS.h:1657:12: note: in expansion of macro 'MPU'
`core_cm4.h` defines `FPU` as follows: