View Single Post
Old September 29th, 2006   #8
sjackman
Task Group Member
 
Join Date: Sep 2006
Posts: 26
Default

This patch adds the protocol version used by the device info parameter.

Cheers,
Shaun

Code:
--- rdm-e120.h	27 Sep 2006 20:01:00 -0000	1.2
+++ rdm-e120.h	29 Sep 2006 19:08:45 -0000
@@ -20,6 +20,9 @@
 /*****************************************************************/
 
 
+/* Protocol version. */
+#define E120_PROTOCOL_VERSION 0x100
+
 /* RDM START CODE (Slot 0)                                                                                                     */
 #define	E120_SC_RDM 									  0xCC
sjackman is offline   Reply With Quote