Subversion Repositories Projects

Rev

Rev 420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 420 Rev 421
Line 74... Line 74...
74
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
74
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
75
OPT = 2
75
OPT = 2
Line 76... Line 76...
76
 
76
 
77
##########################################################################################################
77
##########################################################################################################
78
# List C source files here. (C dependencies are automatically generated.)
78
# List C source files here. (C dependencies are automatically generated.)
79
SRC = main.c uart0.c uart1.c printf_P.c timer0.c  menu.c led.c ubx.c analog.c button.c crc16.c ssc.c sdc.c fat16.c gps.c settings.c  logging.c kml.c gpx.c
-
 
80
 
79
SRC = main.c uart0.c uart1.c printf_P.c timer0.c  menu.c led.c ubx.c analog.c button.c crc16.c ssc.c sdc.c fat16.c gps.c settings.c  logging.c kml.c
Line 81... Line 80...
81
##########################################################################################################
80
##########################################################################################################
82
 
81