a500kbd

diff Makefile @ 2:a4fd9c5a6655

first working version
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 17 Oct 2017 15:25:33 +0300
parents 3228a731d4db
children
line diff
     1.1 --- a/Makefile	Sat Oct 14 07:23:47 2017 +0300
     1.2 +++ b/Makefile	Tue Oct 17 15:25:33 2017 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  CC = avr-gcc
     1.5  OBJCOPY = avr-objcopy
     1.6  
     1.7 -CFLAGS = -Os -pedantic -Wall -mmcu=$(mcu_gcc) -DXTAL=14745600
     1.8 +CFLAGS = -Os -pedantic -Wall -mmcu=$(mcu_gcc) -DF_CPU=14745600
     1.9  LDFLAGS = -Wl,-Map,$(bin).map -mmcu=$(mcu_gcc) -lprintf_min
    1.10  
    1.11  .PHONY: all