Subversion Repositories FlightCtrl

Rev

Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 838 Rev 966
Line 66... Line 66...
66
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
66
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
67
OPT = 3
67
OPT = 3
Line 68... Line 68...
68
 
68
 
69
##########################################################################################################
69
##########################################################################################################
70
# List C source files here. (C dependencies are automatically generated.)
70
# List C source files here. (C dependencies are automatically generated.)
71
SRC = main.c uart.c  printf_P.c timer0.c  analog.c Bob4_OSD.c KalmanFc.c
71
SRC = main.c uart.c  printf_P.c timer0.c  analog.c Bob4_OSD.c FlightControl.c
Line 72... Line 72...
72
SRC += twimaster.c rc.c fc.c gps.c kafi.c matmatrix.c mymath.c  mm3.c
72
SRC += twimaster.c rc.c gps.c matmatrix.c mymath.c  mm3.c kafi.c