We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a206f1e commit 6fb13d0Copy full SHA for 6fb13d0
ports/stm32/boards/OPENMV_N6/mpconfigboard.h
@@ -3,7 +3,10 @@
3
4
#define MICROPY_GC_STACK_ENTRY_TYPE uint32_t
5
#define MICROPY_ALLOC_GC_STACK_SIZE (128)
6
-#define MICROPY_FATFS_EXFAT (1)
+
7
+#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_C)
8
+typedef int mp_int_t; // must be pointer size
9
+typedef unsigned int mp_uint_t; // must be pointer size
10
11
#define MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE (0)
12
#define MICROPY_HW_HAS_SWITCH (0)
0 commit comments