Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 153 → Rev 155

/branches/salvo_gps/makefile
45,8 → 45,8
 
##########################################################################################################
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c math.c
SRC += twimaster.c rc.c fc.c GPS.c
SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c
SRC += twimaster.c rc.c fc.c GPS.c math.c
 
##########################################################################################################