mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Add compass exit configurability
This commit is contained in:
parent
041362614b
commit
b12a4270ba
1 changed files with 3 additions and 0 deletions
|
@ -3500,6 +3500,9 @@ const cliResourceValue_t resourceTable[] = {
|
|||
#endif
|
||||
#ifdef USE_MAG
|
||||
DEFS( OWNER_COMPASS_CS, PG_COMPASS_CONFIG, compassConfig_t, mag_spi_csn ),
|
||||
#ifdef USE_MAG_DATA_READY_SIGNAL
|
||||
DEFS( OWNER_COMPASS_EXTI, PG_COMPASS_CONFIG, compassConfig_t, interruptTag ),
|
||||
#endif
|
||||
#endif
|
||||
#ifdef USE_SDCARD
|
||||
DEFS( OWNER_SDCARD_CS, PG_SDCARD_CONFIG, sdcardConfig_t, chipSelectTag ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue