Skip to content

Commit 62cf075

Browse files
iabdalkaderdpgeorge
authored andcommitted
stm32/boards/OPENMV_N6: Fix float implementation.
32-bit floats are needed for object representation C. Signed-off-by: iabdalkader <[email protected]>
1 parent d05f32f commit 62cf075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/boards/OPENMV_N6/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LD_FILES = boards/OPENMV_N6/board.ld boards/common_n6_flash.ld
1616
TEXT0_ADDR = 0x70080000
1717

1818
# MicroPython settings
19-
MICROPY_FLOAT_IMPL = double
19+
MICROPY_FLOAT_IMPL = float
2020
MICROPY_PY_BLUETOOTH ?= 1
2121
MICROPY_BLUETOOTH_NIMBLE ?= 1
2222
MICROPY_BLUETOOTH_BTSTACK ?= 0

0 commit comments

Comments
 (0)