Rev 683 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 683 | Rev 685 | ||
---|---|---|---|
Line 73... | Line 73... | ||
73 | OPT = s |
73 | OPT = s |
Line 74... | Line 74... | ||
74 | 74 | ||
75 | ########################################################################################################## |
75 | ########################################################################################################## |
76 | # List C source files here. (C dependencies are automatically generated.) |
76 | # List C source files here. (C dependencies are automatically generated.) |
77 | SRC = main.c uart.c printf_P.c timer0.c timer2.c analog.c menu.c |
77 | SRC = main.c uart.c printf_P.c timer0.c timer2.c analog.c menu.c |
78 | SRC += twimaster.c rc.c fc.c GPS.c spi.c |
78 | SRC += twimaster.c rc.c fc.c GPS.c spi.c eeprom.c |
Line 79... | Line 79... | ||
79 | SRC += mymath.c ubx.c fifo.c uart1.c |
79 | SRC += mymath.c ubx.c fifo.c uart1.c |