Rev 153 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 153 | Rev 155 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
43 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
44 | OPT = s |
44 | OPT = s |
Line 45... | Line 45... | ||
45 | 45 | ||
46 | ########################################################################################################## |
46 | ########################################################################################################## |
47 | # List C source files here. (C dependencies are automatically generated.) |
47 | # List C source files here. (C dependencies are automatically generated.) |
48 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c math.c |
48 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
Line 49... | Line 49... | ||
49 | SRC += twimaster.c rc.c fc.c GPS.c |
49 | SRC += twimaster.c rc.c fc.c GPS.c math.c |
Line 50... | Line 50... | ||
50 | 50 |