MPU index is not required.

This commit is contained in:
blckmn 2016-07-09 17:09:50 +10:00
parent 67d448d8ea
commit 93ca58fb85
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ void mpuIntExtiInit(void)
}
#endif
IOInit(mpuIntIO, OWNER_MPU, RESOURCE_EXTI, 1);
IOInit(mpuIntIO, OWNER_MPU, RESOURCE_EXTI, 0);
IOConfigGPIO(mpuIntIO, IOCFG_IN_FLOATING); // TODO - maybe pullup / pulldown ?
EXTIHandlerInit(&mpuIntCallbackRec, mpuIntExtiHandler);