Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 838 → Rev 966

/branches/KalmanFilter MikeW/makefile
68,8 → 68,8
 
##########################################################################################################
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c uart.c printf_P.c timer0.c analog.c Bob4_OSD.c KalmanFc.c
SRC += twimaster.c rc.c fc.c gps.c kafi.c matmatrix.c mymath.c mm3.c
SRC = main.c uart.c printf_P.c timer0.c analog.c Bob4_OSD.c FlightControl.c
SRC += twimaster.c rc.c gps.c matmatrix.c mymath.c mm3.c kafi.c
 
 
##########################################################################################################