Fix: define M_PI directly (picolibc ignores _USE_MATH_DEFINES)
This commit is contained in:
parent
66a71cf0ed
commit
181082ef91
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ if(CONFIG_ZMK_JAVELIN_STENO)
|
|||
JAVELIN_USE_USER_DICTIONARY=1
|
||||
JAVELIN_PLATFORM_ZEPHYR=1
|
||||
JAVELIN_BOARD_CONFIG=<stddef.h>
|
||||
_USE_MATH_DEFINES
|
||||
M_PI=3.14159265358979323846
|
||||
)
|
||||
|
||||
target_sources(app PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue