mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
fix little display digit overlap bug
This commit is contained in:
7
main.c
7
main.c
@ -73,14 +73,15 @@ void Main(void)
|
||||
UART_Init();
|
||||
#endif
|
||||
|
||||
BOARD_Init();
|
||||
|
||||
#if defined(ENABLE_UART)
|
||||
UART_SendText(UART_Version_str);
|
||||
UART_SendText("\r\n");
|
||||
#endif
|
||||
|
||||
// Not implementing authentic device checks
|
||||
// load the entire EEPROM contents into memory
|
||||
SETTINGS_read_eeprom();
|
||||
|
||||
BOARD_Init();
|
||||
|
||||
memset(&g_eeprom, 0, sizeof(g_eeprom));
|
||||
|
||||
|
Reference in New Issue
Block a user