Rev 1452 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1452 | Rev 1465 | ||
---|---|---|---|
Line 102... | Line 102... | ||
102 | 102 | ||
103 | ########################################################################################################## |
103 | ########################################################################################################## |
104 | # List C source files here. (C dependencies are automatically generated.) |
104 | # List C source files here. (C dependencies are automatically generated.) |
105 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
105 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
106 | SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spectrum.c |
106 | SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spectrum.c |
Line 107... | Line 107... | ||
107 | SRC += mymath.c |
107 | SRC += mymath.c heli.c |
Line 108... | Line 108... | ||
108 | 108 |