mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
stm32/boards/OPENMV_N6: Fix float implementation.
32-bit floats are needed for object representation C. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
d05f32f1eb
commit
62cf07540c
@@ -16,7 +16,7 @@ LD_FILES = boards/OPENMV_N6/board.ld boards/common_n6_flash.ld
|
||||
TEXT0_ADDR = 0x70080000
|
||||
|
||||
# MicroPython settings
|
||||
MICROPY_FLOAT_IMPL = double
|
||||
MICROPY_FLOAT_IMPL = float
|
||||
MICROPY_PY_BLUETOOTH ?= 1
|
||||
MICROPY_BLUETOOTH_NIMBLE ?= 1
|
||||
MICROPY_BLUETOOTH_BTSTACK ?= 0
|
||||
|
||||
Reference in New Issue
Block a user