mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[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:
committed by
GitHub
parent
5444bdae99
commit
d8423fb4f1
@@ -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() :
|
||||
|
||||
Reference in New Issue
Block a user