Subversion Repositories FlightCtrl

Rev

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

Rev 436 Rev 437
Line 62... Line 62...
62
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
62
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
63
OPT = s
63
OPT = s
Line 64... Line 64...
64
 
64
 
65
##########################################################################################################
65
##########################################################################################################
66
# List C source files here. (C dependencies are automatically generated.)
66
# List C source files here. (C dependencies are automatically generated.)
67
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
67
SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c 
68
SRC += twimaster.c rc.c fc.c GPS.c 
68
SRC += twimaster.c rc.c fc.c GPS.c
69
#spi.c
-
 
70
 
69
SRC += compass.c mymath.c
Line 71... Line 70...
71
##########################################################################################################
70
##########################################################################################################
72
 
71