0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

fix RF scanning

This commit is contained in:
OneOfEleven
2023-10-24 18:16:16 +01:00
parent fa1cbeb049
commit 0b0cf75db6
7 changed files with 54 additions and 66 deletions

View File

@ -21,7 +21,8 @@
extern uint16_t g_backlight_count_down;
void backlight_turn_on(const uint16_t min_ticks);
uint16_t backlight_ticks(void);
void backlight_turn_on(const uint16_t min_ticks);
#endif