Project

General

Profile

Revision 1560

added speed test behavior to wireless branch (this is where I'm testing the baud rate, which still doesn't work)

View differences:

Makefile
1 1
# this is a local makefile
2 2

  
3 3
# Relative path to the root directory (containing lib directory)
4
ifndef COLONYROOT
4
#ifndef COLONYROOT
5 5
COLONYROOT = ..
6 6

  
7 7
# Target file name (without extension).
8 8
TARGET = main
9 9

  
10 10
# Uncomment this to use the wireless library
11
USE_WIRELESS = 1
11
#USE_WIRELESS = 1
12 12

  
13 13
# com1 = serial port. Use lpt1 to connect to parallel port.
14 14
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB0'; fi)
15 15

  
16
else
16
#else
17 17
COLONYROOT := ../$(COLONYROOT)
18
endif
18
#endif
19 19

  
20 20
include $(COLONYROOT)/Makefile

Also available in: Unified diff