Fixed makefile for atmega168.

This commit is contained in:
skarg
2007-08-15 22:41:53 +00:00
parent eb0b3266f0
commit f2e0bbe834
4 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ static int RS485_Handle = -1;
included by <termios.h> */
static unsigned int RS485_Baud = B38400;
/* serial port name, /dev/ttyS0,
/dev/ttyUSB0 for USB->RS485 from SerialGear or USBGear */
/dev/ttyUSB0 for USB->RS485 from B&B Electronics USOPTL4 */
static char *RS485_Port_Name = "/dev/ttyUSB0";
/* serial I/O settings */
static struct termios RS485_oldtio;