Explorar el Código

library update

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

+ 1 - 1
mpconfigport.h

@@ -38,7 +38,7 @@ typedef long mp_off_t;
 
 #define MICROPY_ENABLE_FINALISER (0)
 
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NO)
+#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NONE)
 
 #define MICROPY_GC_STACK_ENTRY_TYPE (uint32_t)