]> git.gir.st - tmk_keyboard.git/blob - pjrc/jump_bootloader.h
added copyright and license notice.
[tmk_keyboard.git] / pjrc / jump_bootloader.h
1 /* See http://www.pjrc.com/teensy/jump_to_bootloader.html */
2 #ifndef JUMP_BOOTLOADER_H
3 #define JUMP_BOOTLOADER_H 1
4
5 void jump_bootloader(void);
6
7 #endif
Imprint / Impressum