Change Remove Shift to Remove Offset

This commit is contained in:
Armel FAUVEAU
2024-11-25 23:34:28 +01:00
parent d87e6965a5
commit 838253dfa1
7 changed files with 9 additions and 9 deletions

2
misc.h
View File

@@ -192,7 +192,7 @@ extern enum BacklightOnRxTx_t gSetting_backlight_on_tx_rx;
extern uint8_t gAircopyStep;
#ifdef ENABLE_FEAT_F4HWN_RESCUE_OPS
extern bool gPowerHigh;
extern bool gRemoveShift;
extern bool gRemoveOffset;
#endif
#endif