diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-04-12 16:37:27 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-04-12 16:37:27 +1000 |
| commit | a1cef17c5bb66c453e4a8e83e52a56fe9173346c (patch) | |
| tree | bd68127ed20bdb7ade3efe316e1f877f8db17dc9 /src/drivers/include/gpio_expander.hpp | |
| parent | c93ed8efad85996e8ec3cec68bdc8feeae71b8fc (diff) | |
| download | tangara-fw-a1cef17c5bb66c453e4a8e83e52a56fe9173346c.tar.gz | |
Leave the display reset pin alone; we don't need it
Diffstat (limited to 'src/drivers/include/gpio_expander.hpp')
| -rw-r--r-- | src/drivers/include/gpio_expander.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/gpio_expander.hpp b/src/drivers/include/gpio_expander.hpp index d53a1982..cd3719a0 100644 --- a/src/drivers/include/gpio_expander.hpp +++ b/src/drivers/include/gpio_expander.hpp @@ -44,7 +44,7 @@ class GpioExpander { // 6 - NC // 7 - sd card power (active low) // Default to SD card off, inputs high. - static const uint8_t kPortADefault = 0b10011110; + static const uint8_t kPortADefault = 0b10111110; // Port B: // 0 - trs output enable |
