fixed order
This commit is contained in:
parent
0fbae3ad8b
commit
a7f14e04fa
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
# Target Options
|
||||
TARGET = main
|
||||
|
||||
OBJS = $(TARGET).o uart.o lcd.o
|
||||
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
#----------------------------------------------------------------------------
|
||||
# Makefile for the avr-gcc Toolchain
|
||||
|
@ -11,7 +6,11 @@ OBJS = $(TARGET).o uart.o lcd.o
|
|||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
# Target
|
||||
# Target Options
|
||||
TARGET = main
|
||||
OBJS = $(TARGET).o uart.o lcd.o
|
||||
|
||||
# Hardware
|
||||
MCU = atmega328p
|
||||
F_CPU = 14745000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue