[update] fix MCP23008
This commit is contained in:
+1
-1
@@ -45,8 +45,8 @@
|
||||
#define MCP23008_RD_BIT 1
|
||||
|
||||
static uint8_t module_addr_g[MCP23008_MODULE_MAX] = {
|
||||
0x46, // MCP23008_PB
|
||||
0x4C, // MCP23008_PA
|
||||
0x46, // MCP23008_PB
|
||||
};
|
||||
|
||||
static struct mcp23008_reg_name_t mcp23008_reg_name_g[MCP23008_MODULE_MAX] = {0};
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@
|
||||
#define VERSION_DATE_YEAR 23
|
||||
#define VERSION_DATE_MONTH 3
|
||||
#define VERSION_DATE_DAY 15
|
||||
#define VERSION_DATE_HOUR 9
|
||||
#define VERSION_DATE_MINUTE 44
|
||||
#define VERSION_DATE_HOUR 10
|
||||
#define VERSION_DATE_MINUTE 46
|
||||
|
||||
// this is NOT the version hash !!
|
||||
// it's the last version hash
|
||||
|
||||
Reference in New Issue
Block a user