Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 716 → Rev 740

/branches/MicroMag3_Nick666/trunc/makefile
75,7 → 75,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
SRC += twimaster.c rc.c fc.c gps.c ubx.c
SRC += compass.c mymath.c
##########################################################################################################