forked from mirrors/qmk_userspace
Format code according to conventions (#15593)
This commit is contained in:
parent
1127e0da6b
commit
be2265d0d1
15 changed files with 37 additions and 46 deletions
|
@ -19,8 +19,7 @@
|
|||
#include <avr/interrupt.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
__attribute__((weak))
|
||||
void bootloader_jump(void) {
|
||||
__attribute__((weak)) void bootloader_jump(void) {
|
||||
// http://www.pjrc.com/teensy/jump_to_bootloader.html
|
||||
|
||||
cli();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue