Subversion Repositories FlightCtrl

Rev

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

Rev 1085 Rev 1086
Line 83... Line 83...
83
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
83
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
84
OPT = s
84
OPT = s
Line 85... Line 85...
85
 
85
 
86
##########################################################################################################
86
##########################################################################################################
87
# List C source files here. (C dependencies are automatically generated.)
87
# List C source files here. (C dependencies are automatically generated.)
88
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
88
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c math.c
Line 89... Line 89...
89
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c
89
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c