Rev 756 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 756 | Rev 762 | ||
---|---|---|---|
Line 78... | Line 78... | ||
78 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
78 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
79 | OPT = s |
79 | OPT = s |
Line 80... | Line 80... | ||
80 | 80 | ||
81 | ########################################################################################################## |
81 | ########################################################################################################## |
82 | # List C source files here. (C dependencies are automatically generated.) |
82 | # List C source files here. (C dependencies are automatically generated.) |
83 | SRC = main.c uart.c printf_P.c timer0.c timer2.c analog.c menu.c |
83 | SRC = main.c uart.c printf_P.c timer0.c timer2.c analog.c menu.c led.c |
84 | SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c mymath.c ubx.c fifo.c |
84 | SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c mymath.c ubx.c fifo.c |
85 | ifeq ($(MCU), atmega644p) |
85 | ifeq ($(MCU), atmega644p) |
86 | SRC += uart1.c |
86 | SRC += uart1.c |
87 | endif |
87 | endif |