1
0
Fork 0

Format code according to conventions (#15593)

This commit is contained in:
QMK Bot 2021-12-27 02:20:52 -08:00 committed by GitHub
parent 1127e0da6b
commit be2265d0d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 37 additions and 46 deletions

View file

@ -18,7 +18,4 @@
#include <ch.h>
__attribute__((weak))
void bootloader_jump(void) {
NVIC_SystemReset();
}
__attribute__((weak)) void bootloader_jump(void) { NVIC_SystemReset(); }