1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 09:15:21 +03:00

Move RTC again to RADIO/HARDWARE

This commit is contained in:
Bertrand Songis 2019-07-05 17:21:36 +02:00
parent 680a1ba470
commit 50c23fa394
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
16 changed files with 234 additions and 317 deletions

View file

@ -291,7 +291,7 @@ void menuRadioSdManager(event_t _event)
menuVerticalOffset = reusableBuffer.sdManager.offset;
break;
#if defined(KEYS_GPIO_REG_MENU)
#if defined(PCBX9) || defined(PCBX7) // TODO NO_MENU_KEY
case EVT_KEY_LONG(KEY_MENU):
if (SD_CARD_PRESENT() && !READ_ONLY() && s_editMode == 0) {
killEvents(_event);