mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Remove USE_EXTI, USE_GYRO_EXTI and USE_MPU_DATA_READY_SIGNAL defines
This commit is contained in:
parent
b28b07eb95
commit
4f9f26ef1c
121 changed files with 143 additions and 483 deletions
|
@ -425,7 +425,7 @@ void init(void)
|
|||
#endif
|
||||
LED2_ON;
|
||||
|
||||
#ifdef USE_EXTI
|
||||
#if !defined(SIMULATOR_BUILD)
|
||||
EXTIInit();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue