aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-11-29 19:22:04 -0500
committerClyne Sullivan <clyne@bitgloo.com>2020-11-29 19:22:04 -0500
commit2b3bc49928c6bb58e65d0de45175909f4e0eba03 (patch)
tree29afa395be067fc836894b64a58c74fd8bf5f682 /Makefile
parent764446fb8680d75f93481c039adebda88f0fb960 (diff)
hsi only for adc; run msi at 512k for 360uA
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 128703d..4eb5c40 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ ASMXSRC = $(ALLXASMSRC)
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
# Define C warning options here.
-CWARN = -Wall -Wextra -Wundef -pedantic #-Wstrict-prototypes
+CWARN = -Wall -Wextra -Wundef -Wno-cpp #-Wstrict-prototypes
# Define C++ warning options here.
CPPWARN = -Wall -Wextra -Wundef