aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-23 14:25:04 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-23 14:25:04 -0500
commitec2e1fd5c6271bdf45ce22b3bb5cd3b690d92d5b (patch)
treeb00b4f56132b743a64d61dc4652dc1d88b0853fd /Makefile
parent716be4fc87412541fb1305c8592245a36104b584 (diff)
increase signal buffers; fix oversample
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e57974..a609c42 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ CPPWARN = -Wall -Wextra -Wundef
#
# List all user C define here, like -D_DEBUG=1
-UDEFS = #-DSTM32_ENFORCE_H7_REV_V # Must be removed for non-Rev-V devices.
+UDEFS = -DCORTEX_ENABLE_WFI_IDLE=FALSE
# Define ASM defines here
UADEFS =