Format code according to conventions (#11907)

Co-authored-by: QMK Bot <hello@qmk.fm>
master
github-actions[bot] 2021-02-15 11:53:15 +11:00 committed by GitHub
parent c80e5f9f88
commit 8e8b7113dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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);
}