Skip to content

Commit

Permalink
✏️ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 17, 2021
1 parent a994a31 commit 9d2441f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
* (LCD_D4) PB9 | 5 6 PA10 (BTN_EN2)
* RESET | 7 8 | PA9 (BTN_EN1)
* (BTN_ENC) PA15 | 9 10 | PB5 (BEEPER)
* ------
* ------
* EXP1
*/
#define EXP1_09_PIN PA15
Expand Down
2 changes: 1 addition & 1 deletion docs/ConfigEmbedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Send the command `M503 C` to write the file `mc.zip` to the SD card. Copy the fi
Run the following commands to extract and apply the configuration:
```
$ git checkout -f
$ unzip mc.zip
$ unzip mc.zip
$ python buildroot/share/PlatformIO/scripts/mc-apply.py
```

Expand Down

0 comments on commit 9d2441f

Please sign in to comment.