From dd8bc8cfb468807c5b4576aa8816b0cc0c7aeef7 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Tue, 5 Jun 2018 14:27:14 -0700 Subject: moved nanopb flags from Makefile.template to build.yaml --- templates/Makefile.template | 4 ---- 1 file changed, 4 deletions(-) (limited to 'templates/Makefile.template') diff --git a/templates/Makefile.template b/templates/Makefile.template index ca3fefb363..4a04af122d 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -221,10 +221,6 @@ % endif % endfor - # nanopb tweaks - DEFINES += PB_FIELD_32BIT - CPPFLAGS += -Ithird_party/nanopb - CPPFLAGS += $(CPPFLAGS_$(CONFIG)) CFLAGS += $(CFLAGS_$(CONFIG)) CXXFLAGS += $(CXXFLAGS_$(CONFIG)) -- cgit v1.2.3