avr-something

Something something AVR side…
git clone git://henryandlizzy.uk/avr-something
Log | Files | Refs | README

commit f729aeca86b6eae7eaf9e231fbaafd9b14bb8822
parent c7c2b54a9720e33b0bf250ed95ca89b727ac1561
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Sun,  4 Feb 2018 17:41:30 +0000

use -std=c++14 for now

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -1,6 +1,6 @@ CC = avr-gcc CFLAGS = -Os -DF_CPU=12000000 -flto -CPPFLAGS = -std=c++17 +CPPFLAGS = -std=c++14 TARGET_ARCH = -mmcu=atmega644p DEPFLAGS = -MT $@ -MMD -MP -MF .$*.d