Skip to content

Commit 1ed4442

Browse files
committed
Fix thunk issue
1 parent df8b3e5 commit 1ed4442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/zephyr-cp/mpconfigport.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
#define CIRCUITPY_DEBUG_TINYUSB 0
1919

20+
// Disable native _Float16 handling for host builds.
21+
#define MICROPY_FLOAT_USE_NATIVE_FLT16 (0)
22+
2023
////////////////////////////////////////////////////////////////////////////////////////////////////
2124

2225
// This also includes mpconfigboard.h.

0 commit comments

Comments
 (0)