Subversion Repositories FlightCtrl

Rev

Rev 2053 | Rev 2059 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2053 Rev 2055
Line 127... Line 127...
127
OPT = 2
127
OPT = 2
128
#OPT = s
128
#OPT = s
Line 129... Line 129...
129
 
129
 
130
##########################################################################################################
130
##########################################################################################################
131
# List C source files here. (C dependencies are automatically generated.)
131
# List C source files here. (C dependencies are automatically generated.)
132
SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c output.c controlMixer.c 
132
SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c output.c controlMixer.c failsafeControl.c 
133
SRC += externalControl.c compassControl.c dongfangMath.c twimaster.c rc.c attitude.c flight.c 
133
SRC += externalControl.c compassControl.c dongfangMath.c twimaster.c rc.c attitude.c flight.c 
Line 134... Line 134...
134
SRC += eeprom.c heightControl.c configuration.c attitudeControl.c commands.c $(GYRO).c 
134
SRC += eeprom.c heightControl.c configuration.c attitudeControl.c commands.c $(GYRO).c 
135
 
135