diff --git a/src/main/interface/cli.c b/src/main/interface/cli.c index 273fdd8afa..4d91041421 100644 --- a/src/main/interface/cli.c +++ b/src/main/interface/cli.c @@ -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 ),