Project

General

Profile

Revision 110

Slam stuff! Stuff is cool.

View differences:

xbee.c
144 144
	#endif
145 145
	sei();
146 146
	#else
147
	xbee_stream = open(WL_XBEE_PORT, O_RDWR);
147
	xbee_stream = open(XBEE_PORT, O_RDWR);
148 148
	if (xbee_stream == -1 || lockf(xbee_stream, F_TEST, 0) != 0)
149 149
	{
150 150
		printf("Failed to open connection to XBee.\r\n");

Also available in: Unified diff