diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-29 19:22:04 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-29 19:22:04 -0500 |
commit | 2b3bc49928c6bb58e65d0de45175909f4e0eba03 (patch) | |
tree | 29afa395be067fc836894b64a58c74fd8bf5f682 /Makefile | |
parent | 764446fb8680d75f93481c039adebda88f0fb960 (diff) |
hsi only for adc; run msi at 512k for 360uA
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|