0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

lots more step sizes added, though the QS config software will only use the original 7 step sizes.

This commit is contained in:
OneOfEleven
2023-10-18 16:17:41 +01:00
parent 2e880a61e1
commit ce4528b4ee
12 changed files with 160 additions and 171 deletions

4
main.c
View File

@ -65,8 +65,8 @@ void Main(void)
| SYSCON_DEV_CLK_GATE_AES_BITS_ENABLE;
SYSTICK_Init();
BOARD_Init();
UART_Init();
BOARD_Init();
#if defined(ENABLE_UART)
UART_SendText(UART_Version_str);
@ -80,6 +80,8 @@ void Main(void)
memset(g_dtmf_string, '-', sizeof(g_dtmf_string));
g_dtmf_string[sizeof(g_dtmf_string) - 1] = 0;
FREQUENCY_init();
#if 0
SETTINGS_restore_calibration();
#endif