diff --git a/application/gpio_expander.c b/application/gpio_expander.c index 2926cd7..275b8c4 100644 --- a/application/gpio_expander.c +++ b/application/gpio_expander.c @@ -192,7 +192,7 @@ int set_gpio_expander_state(i2c_gpio_expander_t value, i2c_gpio_expander_t mask) #ifndef _RNO_G_REV_D if (mask.j29) { - GPIO_EXPANDER_SET_INV_OUTPUT(A, I2C_EXPANDER_J29_BIT, value.j29) + GPIO_EXPANDER_SET_OUTPUT(A, I2C_EXPANDER_J29_BIT, value.j29) } if (mask.ext_bus) { diff --git a/config/config.h b/config/config.h index f9c0e86..73ef7d9 100644 --- a/config/config.h +++ b/config/config.h @@ -24,7 +24,7 @@ #define APP_REV "REVE" #endif -#define APP_VERSION "Chicago.050422.0-" APP_REV +#define APP_VERSION "Summit.061122.0-" APP_REV #define MODE_CHANGE_MINTICKS 100