diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-24 13:16:20 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-24 13:16:20 -0500 |
commit | e132d52adf52b91cc44741c9d13c178219d7a5f5 (patch) | |
tree | 61d718d8c127c2461772e878d2cc1406ef6b3fd5 /Makefile | |
parent | a4d9689259a7f2eb57473f7fc8e8dd7b2a8e3eaa (diff) |
error recv. draft; add trig/math funcs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ CPPWARN = -Wall -Wextra -Wundef #
# List all user C define here, like -D_DEBUG=1
-UDEFS = -DCORTEX_ENABLE_WFI_IDLE=FALSE
+UDEFS = -DCORTEX_ENABLE_WFI_IDLE=FALSE -DPORT_USE_SYSCALL=TRUE
# Define ASM defines here
UADEFS =
|