Rev 595 | Rev 604 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 595 | Rev 597 | ||
---|---|---|---|
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 analog.c menu.c |
77 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
78 | SRC += twimaster.c rc.c fc.c GPS.c |
- | |
Line 79... | Line 78... | ||
79 | #spi.c |
78 | SRC += twimaster.c rc.c fc.c GPS.c spi.c |
Line 80... | Line 79... | ||
80 | 79 |