1
0
Fork 0
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:
Steve Evans 2022-05-05 21:52:33 +01:00
parent b28b07eb95
commit 4f9f26ef1c
121 changed files with 143 additions and 483 deletions

View file

@ -425,7 +425,7 @@ void init(void)
#endif
LED2_ON;
#ifdef USE_EXTI
#if !defined(SIMULATOR_BUILD)
EXTIInit();
#endif