From 495cc1df494505378977995eeb76b05f20f0b235 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 13 Jun 2010 17:49:42 +0200 Subject: import firmware from LEGO v1.29 --- AT91SAM7S256/Source/c_comm.iom | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'AT91SAM7S256/Source/c_comm.iom') diff --git a/AT91SAM7S256/Source/c_comm.iom b/AT91SAM7S256/Source/c_comm.iom index 6a43149..2dfe994 100644 --- a/AT91SAM7S256/Source/c_comm.iom +++ b/AT91SAM7S256/Source/c_comm.iom @@ -1,13 +1,13 @@ // // Date init 14.12.2004 // -// Revision date $Date:: 16-05-06 9:42 $ +// Revision date $Date:: 9-06-08 14:57 $ // // Filename $Workfile:: c_comm.iom $ // -// Version $Revision:: 72 $ +// Version $Revision:: 2 $ // -// Archive $Archive:: /LMS2006/Sys01/Main/Firmware/Source/c_comm.iom $ +// Archive $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/c_comm $ // // Platform C // @@ -62,7 +62,7 @@ enum enum { HS_INITIALISE = 1, - HS_INIT_RECEIVER, + HS_INIT_RECEIVER, HS_SEND_DATA, HS_DISABLE }; @@ -97,7 +97,8 @@ enum SETBTNAME, EXTREAD, PINREQ, - CONNECTREQ + CONNECTREQ, + CONNECTBYNAME }; @@ -138,7 +139,7 @@ typedef struct typedef struct { UBYTE Buf[SIZE_OF_BTBUF]; - UBYTE InPtr; + UBYTE InPtr; UBYTE OutPtr; UBYTE Spare1; UBYTE Spare2; -- cgit v1.2.3