Improve definitions
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
MCU = attiny85
|
MCU = attiny85
|
||||||
F_CPU = 1000000UL
|
F_CPU = 1000000UL
|
||||||
TARGET = clockinator
|
TARGET = clockinator
|
||||||
SRCS = clockinator.S
|
SRCS = $(TARGET).S
|
||||||
CC = avr-gcc
|
CC = avr-gcc
|
||||||
OBJCOPY = avr-objcopy
|
OBJCOPY = avr-objcopy
|
||||||
PORT = /dev/tty.usbmodem101
|
PORT = /dev/tty.usbmodem101
|
||||||
|
|||||||
Reference in New Issue
Block a user