mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
COLIBRI_RACE MPU_DATA_READY Handler
Colibri Race MPU INT support revert some things revert more Update Colibri Race Binaries Update target.h Colibri_race Update Target.h
This commit is contained in:
parent
ddc5a5f15f
commit
eb138dc601
6 changed files with 6926 additions and 6700 deletions
|
@ -83,10 +83,19 @@ void EXTI15_10_IRQHandler(void)
|
|||
extiHandler(EXTI15_10_IRQn);
|
||||
}
|
||||
|
||||
#if defined(CC3D)
|
||||
void EXTI3_IRQHandler(void)
|
||||
{
|
||||
extiHandler(EXTI3_IRQn);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined (COLIBRI_RACE)
|
||||
void EXTI9_5_IRQHandler(void)
|
||||
{
|
||||
extiHandler(EXTI9_5_IRQn);
|
||||
}
|
||||
#endif
|
||||
|
||||
// cycles per microsecond
|
||||
static uint32_t usTicks = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue