summaryrefslogtreecommitdiffstats
path: root/pjrc/jump_bootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjrc/jump_bootloader.h')
-rw-r--r--pjrc/jump_bootloader.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pjrc/jump_bootloader.h b/pjrc/jump_bootloader.h
deleted file mode 100644
index e858e3e16..000000000
--- a/pjrc/jump_bootloader.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* See http://www.pjrc.com/teensy/jump_to_bootloader.html */
-#ifndef JUMP_BOOTLOADER_H
-#define JUMP_BOOTLOADER_H 1
-
-void jump_bootloader(void);
-
-#endif