1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

EXIT exist in all radios (#7618)

This commit is contained in:
3djc 2020-05-22 19:37:53 +02:00 committed by GitHub
parent a778aea8fb
commit 2b7524a7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1869,9 +1869,7 @@ const luaR_value_entry opentxConstants[] = {
{ "EVT_VIRTUAL_EXIT", EVT_KEY_BREAK(KEY_EXIT) },
#endif
#if defined(KEYS_GPIO_REG_EXIT)
{ "EVT_EXIT_BREAK", EVT_KEY_BREAK(KEY_EXIT) },
#endif
#if defined(KEYS_GPIO_REG_ENTER)
KEY_EVENTS(ENTER, KEY_ENTER),