index
:
qmk_firmware.git
master
forked from https://github.com/qmk/qmk_firmware
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pjrc
/
jump_bootloader.h
blob: 9e923e8abae9dbc0e098681aafd7d94d62dba408 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef JUMP_BOOTLOADER_H
#define JUMP_BOOTLOADER_H 1
void
jump_bootloader
(
void
);
#endif