SyntaxError: decimal numbers not supported #9896
-
Hello, I'm working on a project in which I'm using the sample code of the micropython minimal project (I'm using the STM32F446xx board). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
You will need to change to
And make sure |
Beta Was this translation helpful? Give feedback.
You will need to change to
MICROPY_FLOAT_IMPL
.And make sure
-mfpu=fpv4-sp-d16 -mfloat-abi=hard
is added toCFLAGS
somewhere in the Makefile.