include/data.h
changeset 384 83793fc7ce48
parent 383 7d8afedb8769
child 405 487b37176423
--- a/include/data.h	Tue Feb 05 10:18:25 2008 +0100
+++ b/include/data.h	Thu Feb 07 10:25:15 2008 +0100
@@ -117,7 +117,6 @@
 	/* LSS */
 	lss_transfer_t lss_transfer;
 	lss_StoreConfiguration_t lss_StoreConfiguration;
-	lss_ChangeBaudRate_t lss_ChangeBaudRate;
 #endif	
 };
 
@@ -180,8 +179,7 @@
 		0						/* LSSanswer */\
 		lss_fs_Initializer		/*FastScan service initialization */\
 	  },\
-	  NULL, 	/* _lss_StoreConfiguration*/\
-	  NULL    /* _lss_ChangeBaudRate */
+	  NULL 	/* _lss_StoreConfiguration*/
 #else
 #define lss_Initializer
 #endif