[LD] Fixed warning about different array declaration (#242)

The size declared in toolbox_ion_keys.cpp for the modion_module_globals_table array was different that the defined array in micropython
This commit is contained in:
Joachim Le Fournis
2022-05-29 10:26:59 +02:00
committed by GitHub
parent 5444bdae99
commit d8423fb4f1

View File

@@ -6,7 +6,7 @@ extern "C" {
#include <py/obj.h>
#include <py/objfun.h>
}
extern "C" const mp_rom_map_elem_t modion_module_globals_table[52];
extern "C" const mp_rom_map_elem_t modion_module_globals_table[55];
namespace Code {
ToolboxIonKeys::ToolboxIonKeys() :