Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 436 → Rev 438

/branches/v0.60_MicroMag3_Nick666/trunc/makefile
64,10 → 64,9
 
##########################################################################################################
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c
SRC += twimaster.c rc.c fc.c GPS.c
#spi.c
 
SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c
SRC += twimaster.c rc.c fc.c GPS.c
SRC += compass.c mymath.c
##########################################################################################################