Subversion Repositories FlightCtrl

Rev

Rev 735 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 735 Rev 752
Line 74... Line 74...
74
 
74
 
75
##########################################################################################################
75
##########################################################################################################
76
# List C source files here. (C dependencies are automatically generated.)
76
# List C source files here. (C dependencies are automatically generated.)
77
SRC = main.c uart.c  printf_P.c timer0.c timer2.c analog.c menu.c 
77
SRC = main.c uart.c  printf_P.c timer0.c timer2.c analog.c menu.c 
78
SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c mm3.c
78
SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c mm3.c
-
 
79
SRC += mymath.c ubx.c fifo.c
-
 
80
ifeq ($(MCU), atmega644p)
79
SRC += mymath.c ubx.c fifo.c uart1.c
81
SRC += uart1.c
80
 
82
endif
Line 81... Line 83...
81
##########################################################################################################
83
##########################################################################################################
82
 
84