New lang, arduino 1.8.5 - language.c - DEBUG_SEC_LANG fix

This commit is contained in:
Robert Pelnar 2018-10-18 15:39:08 +02:00
parent 868c79e835
commit 563052d015

View file

@ -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