8000 stm32/boards/ARDUINO_PORTENTA_H7: Revert to default obj repr. · micropython/micropython@86fc52e · GitHub
[go: up one dir, main page]

Skip to content

Commit 86fc52e

Browse files
committed
stm32/boards/ARDUINO_PORTENTA_H7: Revert to default obj repr.
Using repr C is incompatible with double-precision floats on 32-bit arch. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 3d9ff68 commit 86fc52e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
#define MICROPY_PY_SYS_PLATFORM "Portenta"
1010
#define MICROPY_HW_FLASH_FS_LABEL "portenta"
1111

12-
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_C)
13-
#define UINT_FMT "%u"
14-
#define INT_FMT "%d"
15-
typedef int mp_int_t; // must be pointer size
16-
typedef unsigned int mp_uint_t; // must be pointer size
17-
1812
#define MICROPY_FATFS_EXFAT (1)
1913
#define MICROPY_HW_ENABLE_RTC (1)
2014
#define MICROPY_HW_ENABLE_RNG (1)

0 commit comments

Comments
 (0)
0