index
:
qmk_firmware
taamas
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jump_bootloader.h
blob: 9e923e8abae9dbc0e098681aafd7d94d62dba408 (
plain
)
1
2
3
4
5
6
#ifndef JUMP_BOOTLOADER_H
#define JUMP_BOOTLOADER_H 1
void
jump_bootloader
(
void
);
#endif