0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2024-12-24 18:39:53 +00:00
qmk_firmware/pjrc/jump_bootloader.h

7 lines
91 B
C
Raw Normal View History

2010-09-24 06:01:21 +00:00
#ifndef JUMP_BOOTLOADER_H
#define JUMP_BOOTLOADER_H 1
void jump_bootloader(void);
#endif