Project

General

Profile

Revision 880

Created simulator branch. Sorry for adding new branches, but I am planning on rearranging the library.

View differences:

Makefile
14 14
# USE_WIRELESS = 1
15 15

  
16 16
# com1 = serial port. Use lpt1 to connect to parallel port.
17
AVRDUDE_PORT = /dev/tty.usbserial-A4001hAr
17
AVRDUDE_PORT = /dev/ttyUSB0
18 18
#
19 19
###################################
20 20

  
......
115 115
endif
116 116

  
117 117
# Place -I, -L options here
118
CINCS = -I$(COLONYROOT)/code/lib/include/libdragonfly
118
CINCS = -I$(COLONYROOT)/code/projects/libdragonfly
119 119
CINCS += -L$(COLONYROOT)/code/lib/bin
120 120
ifdef USE_WIRELESS
121 121
	CINCS += -I$(COLONYROOT)/code/lib/include/libwireless

Also available in: Unified diff