diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-23 14:25:04 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-23 14:25:04 -0500 |
commit | ec2e1fd5c6271bdf45ce22b3bb5cd3b690d92d5b (patch) | |
tree | b00b4f56132b743a64d61dc4652dc1d88b0853fd /Makefile | |
parent | 716be4fc87412541fb1305c8592245a36104b584 (diff) |
increase signal buffers; fix oversample
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 = #-DSTM32_ENFORCE_H7_REV_V # Must be removed for non-Rev-V devices.
+UDEFS = -DCORTEX_ENABLE_WFI_IDLE=FALSE
# Define ASM defines here
UADEFS =
|