From 2c9cf1d62bc394b271f036bac8ce2464d06aa127 Mon Sep 17 00:00:00 2001 From: ferranmafe <darwin@darwin.users.iri.prv> Date: Sat, 2 Sep 2017 15:44:08 +0200 Subject: [PATCH] Changed the size of the EEPROM memory region for the stairs module. --- include/darwin_registers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/darwin_registers.h b/include/darwin_registers.h index cfa36fc..b84afcc 100644 --- a/include/darwin_registers.h +++ b/include/darwin_registers.h @@ -752,7 +752,7 @@ typedef enum { #define STAIRS_BASE_ADDRESS 0x0252 #define STAIRS_MEM_LENGTH 1 #define STAIRS_EEPROM_ADDRESS 0x0066 -#define STAIRS_EEPROM_LENGTH 30 +#define STAIRS_EEPROM_LENGTH 35 #define STAIRS_START_UP 0x01 #define STAIRS_START_DOWN 0x02 #define STAIRS_STOP 0x04 -- GitLab