Fix ODR warnings (#107)

This commit is contained in:
Joachim Le Fournis
2021-12-22 17:40:28 +01:00
committed by GitHub
parent d57e19ae70
commit 398e974ccd

View File

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