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
|
||||
{ GPIOH, EXT_MODE_GPIOH },
|
||||
#endif
|
||||
#ifdef GPIOI
|
||||
#if defined(GPIOI) && defined(GPIOI_BASE)
|
||||
{ GPIOI, EXT_MODE_GPIOI },
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user