Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 890 → Rev 891

/branches/MicroMag3_Nick666/V0.69k/makefile
84,7 → 84,7
##########################################################################################################
# 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 += twimaster.c rc.c fc.c GPS.c compass.c mymath.c
 
##########################################################################################################