mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
HAL_ChibiOS: fixed F412 build
This commit is contained in:
parent
f8e9e57523
commit
3292abaa19
@ -149,7 +149,7 @@ bool GPIO::_attach_interrupt(ioline_t line, AP_HAL::Proc p, uint8_t mode)
|
|||||||
#ifdef GPIOH
|
#ifdef GPIOH
|
||||||
{ GPIOH, EXT_MODE_GPIOH },
|
{ GPIOH, EXT_MODE_GPIOH },
|
||||||
#endif
|
#endif
|
||||||
#ifdef GPIOI
|
#if defined(GPIOI) && defined(GPIOI_BASE)
|
||||||
{ GPIOI, EXT_MODE_GPIOI },
|
{ GPIOI, EXT_MODE_GPIOI },
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user