Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 751 → Rev 752

/branches/V0.68d Code Redesign killagreg/makefile
76,8 → 76,10
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c uart.c printf_P.c timer0.c timer2.c analog.c menu.c
SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c mm3.c
SRC += mymath.c ubx.c fifo.c uart1.c
 
SRC += mymath.c ubx.c fifo.c
ifeq ($(MCU), atmega644p)
SRC += uart1.c
endif
##########################################################################################################