Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1464 → Rev 1465

/branches/V0.76g-acid/makefile
104,7 → 104,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 led.c Spectrum.c
SRC += mymath.c
SRC += mymath.c heli.c
 
##########################################################################################################