Skip to content

Commit

Permalink
erge branch 'master' of github.com:rno-g/control-uC
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzyd committed Jun 13, 2022
2 parents df8735c + 026c6b7 commit 9501be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/gpio_expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9501be9

Please sign in to comment.