diff options
Diffstat (limited to 'tmk_core/common/bootloader.h')
-rw-r--r-- | tmk_core/common/bootloader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/bootloader.h b/tmk_core/common/bootloader.h index 44775039d5..19260a0797 100644 --- a/tmk_core/common/bootloader.h +++ b/tmk_core/common/bootloader.h @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef BOOTLOADER_H #define BOOTLOADER_H - /* give code for your bootloader to come up if needed */ void bootloader_jump(void); |