changed RC5_FROM_ADDRESS to be not 0x55
authorcpresser@slime-ws
Thu, 07 Feb 2008 13:01:00 +0100
changeset 114c5712778d27
parent 3 d0e62fc47285
child 12 a87896700cec
changed RC5_FROM_ADDRESS to be not 0x55
firmware/io_cfg.h
     1.1 --- a/firmware/io_cfg.h	Tue Feb 05 19:51:10 2008 +0100
     1.2 +++ b/firmware/io_cfg.h	Thu Feb 07 13:01:00 2008 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  #ifndef IO_CFG_H
     1.5  #define IO_CFG_H
     1.6  
     1.7 -#define FW_VERSION					0x04
     1.8 +#define FW_VERSION					0x05
     1.9  
    1.10  /** U S B ***********************************************************/
    1.11  #define usb_bus_sense       	1
    1.12 @@ -143,7 +143,7 @@
    1.13  #define RC5_KEY_BLUE				0x34
    1.14  #define RC5_KEY_POWER				0x0C
    1.15  
    1.16 -#define RC5_FRONT_ADDRESS			0x55
    1.17 +#define RC5_FRONT_ADDRESS			0x20
    1.18  
    1.19  
    1.20