1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Lux Commit

This commit is contained in:
Read Error 2016-02-06 00:51:22 -05:00 committed by Konstantin Sharlaimov (DigitalEntity)
parent d73313fe98
commit 455a358591
11 changed files with 639 additions and 8 deletions

View file

@ -156,7 +156,7 @@ const extiConfig_t *selectMPUIntExtiConfig(void)
return &MotolabF3MPUIntExtiConfig;
#endif
#if defined(COLIBRI_RACE)
#if defined(COLIBRI_RACE) || defined(LUX_RACE)
static const extiConfig_t colibriRaceMPUIntExtiConfig = {
.gpioAHBPeripherals = RCC_AHBPeriph_GPIOA,
.gpioPort = GPIOA,