Merge pull request #907 from PavelSindler/MK3_for_merging
missing initialization fix
This commit is contained in:
commit
8389e89521
|
|
@ -1196,6 +1196,8 @@ void setup()
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
||||||
|
|
||||||
|
uart2_init();
|
||||||
|
|
||||||
|
|
||||||
#ifdef DEBUG_SEC_LANG
|
#ifdef DEBUG_SEC_LANG
|
||||||
lang_table_header_t header;
|
lang_table_header_t header;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue