1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Add Lux target

This commit is contained in:
cmenard 2016-01-26 18:19:44 -05:00 committed by borisbstyle
parent e973bb149f
commit d174314692
14 changed files with 672 additions and 19 deletions

View file

@ -90,7 +90,7 @@ void EXTI3_IRQHandler(void)
}
#endif
#if defined (COLIBRI_RACE)
#if defined(COLIBRI_RACE) || defined(LUX_RACE)
void EXTI9_5_IRQHandler(void)
{
extiHandler(EXTI9_5_IRQn);