Greetings:
I'm trying to get the mpu9150 demo code called (Mpu9150 demo.zip) from the wiki page (TI-RTOS MPU9150) to run on a dk-tm4c123g board. I have the device working fine without using rtos. I'm gettng build errors mostly centered around the i2cmpu9150.c file. In particular the GPIO_enableInt is flagged as too many arguments and the MPU9150_INT_FALLING is undefined. Am I missing an updated file. I running the latest version of RTOS. There are other errors too but of the same general type.
I'll provide more detail on the errors if that is helpful.