index
:
avr/qmk/firmware
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
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