Explorar el Código

library update

Oliver Fabel hace 1 año
padre
commit
2404faf2cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpconfigport.h

+ 1 - 1
mpconfigport.h

@@ -40,7 +40,7 @@ typedef long mp_off_t;
 
 #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NONE)
 
-#define MICROPY_GC_STACK_ENTRY_TYPE (uint32_t)
+#define MICROPY_GC_STACK_ENTRY_TYPE uint32_t
 
 #define MICROPY_PY___FILE__ (1)
 #define MICROPY_ENABLE_EXTERNAL_IMPORT (1)