mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 20:14:40 +00:00
Format code according to conventions (#11907)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
parent
c80e5f9f88
commit
8e8b7113dc
2 changed files with 5 additions and 5 deletions
|
@ -131,7 +131,7 @@ void channel_2_start(void) {
|
|||
|
||||
void channel_2_stop(void) {
|
||||
gptStopTimer(&GPTD7);
|
||||
palSetPadMode(GPIOA, 5, PAL_MODE_OUTPUT_PUSHPULL); \
|
||||
palSetPadMode(GPIOA, 5, PAL_MODE_OUTPUT_PUSHPULL);
|
||||
palSetPad(GPIOA, 5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue