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