mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +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
@ -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 New Issue
Block a user