Subversion Repositories FlightCtrl

Rev

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

Rev 890 Rev 891
Line 82... Line 82...
82
OPT = s
82
OPT = s
Line 83... Line 83...
83
 
83
 
84
##########################################################################################################
84
##########################################################################################################
85
# List C source files here. (C dependencies are automatically generated.)
85
# List C source files here. (C dependencies are automatically generated.)
86
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
86
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
Line 87... Line 87...
87
SRC += twimaster.c rc.c fc.c GPS.c spi.c
87
SRC += twimaster.c rc.c fc.c GPS.c compass.c mymath.c
Line 88... Line 88...
88
 
88