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

Squelch and backlight adjustments

This commit is contained in:
OneOfEleven
2023-10-16 18:19:28 +01:00
parent d95adde3a6
commit 613fc482cc
14 changed files with 165 additions and 120 deletions

View File

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