missing initialization fix
This commit is contained in:
parent
8932327229
commit
928dcb1417
1 changed files with 2 additions and 0 deletions
|
@ -1196,6 +1196,8 @@ void setup()
|
|||
SERIAL_ECHO_START;
|
||||
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
||||
|
||||
uart2_init();
|
||||
|
||||
|
||||
#ifdef DEBUG_SEC_LANG
|
||||
lang_table_header_t header;
|
||||
|
|
Loading…
Reference in a new issue