Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 270 → Rev 271

/FollowMe/makefile
13,8 → 13,8
#-------------------------------------------------------------------
#OPTIONS
# Use one of the motor setups
#BOARD = FOLLOWME
BOARD = SDLOGGER
BOARD = FOLLOWME
#BOARD = SDLOGGER
 
#-------------------------------------------------------------------
# get SVN revision
72,11 → 72,12
 
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
OPT = s
OPT = 2
 
##########################################################################################################
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c uart0.c uart1.c printf_P.c timer0.c menu.c led.c ubx.c ssc.c sdc.c fat16.c
SRC = main.c uart0.c uart1.c printf_P.c timer0.c menu.c led.c ubx.c
#ssc.c sdc.c fat16.c
 
##########################################################################################################