diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-21 13:42:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-21 13:42:52 -0400 |
commit | cd864488a2313786055629292a121db108ef9109 (patch) | |
tree | 00606185fa98442ccfedc4077574e65e8ffefa4b /config/generic-bigtreetech-octopus.cfg | |
parent | 7a02cde4b72d093fd113ec070418fcf287018938 (diff) | |
download | kutter-cd864488a2313786055629292a121db108ef9109.tar.gz kutter-cd864488a2313786055629292a121db108ef9109.tar.xz kutter-cd864488a2313786055629292a121db108ef9109.zip |
config: Fix EXP2_10 alias in generic-bigtreetech-octopus.cfg
Reported by @ShohninDmitriy.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-bigtreetech-octopus.cfg')
-rw-r--r-- | config/generic-bigtreetech-octopus.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-bigtreetech-octopus.cfg b/config/generic-bigtreetech-octopus.cfg index 4d44b1a8..d2df2c92 100644 --- a/config/generic-bigtreetech-octopus.cfg +++ b/config/generic-bigtreetech-octopus.cfg @@ -279,7 +279,7 @@ aliases: EXP2_3=PB1, EXP2_4=PA4, EXP2_5=PB2, EXP2_6=PA7, # Slot in the socket on this side EXP2_7=PC15, EXP2_8=<RST>, - EXP2_9=<GND>, EXP2_10=<5V> + EXP2_9=<GND>, EXP2_10=PC5 # See the sample-lcd.cfg file for definitions of common LCD displays. |