Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1121 → Rev 1122

/branches/thjac/V1_10/makefile
5,7 → 5,7
#-------------------------------------------------------------------
VERSION_MAJOR = 1
VERSION_MINOR = 10
VERSION_PATCH = 3
VERSION_PATCH = 4
 
VERSION_SERIAL_MAJOR = 10 # Serial Protocol
VERSION_SERIAL_MINOR = 0 # Serial Protocol
86,7 → 86,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 spi.c led.c pitch.c
SRC += twimaster.c rc.c fc.c spi.c led.c pitch.c pitch_neutral.c pitch_md.c altcon.c
SRC += gps.c
 
##########################################################################################################