New lang, arduino 1.8.5 - language.c - DEBUG_SEC_LANG fix
This commit is contained in:
parent
868c79e835
commit
563052d015
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ uint8_t lang_is_selected(void)
|
|||
}
|
||||
|
||||
#ifdef DEBUG_SEC_LANG
|
||||
#include <stdio.h>
|
||||
const char* lang_get_sec_lang_str_by_id(uint16_t id)
|
||||
{
|
||||
uint16_t ui = _SEC_LANG_TABLE; //table pointer
|
||||
|
|
Loading…
Add table
Reference in a new issue