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:
4
main.c
4
main.c
@ -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
|
||||
|
Reference in New Issue
Block a user