diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-21 11:05:08 +1000 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-08-21 02:05:08 +0100 |
commit | 9bb4e63a1123861515c1196a624b4a0f04129601 (patch) | |
tree | 5dc222378bab56f87a81bd8e64f90cdde7605edd /keyboards/ergo42 | |
parent | 4003d077cef42d7a3405250ea6417db3a3549e9e (diff) | |
download | firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.bz2 firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip |
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/ergo42')
-rw-r--r-- | keyboards/ergo42/rev1/rev1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ergo42/rev1/rev1.h b/keyboards/ergo42/rev1/rev1.h index 64773c911..724ec3897 100644 --- a/keyboards/ergo42/rev1/rev1.h +++ b/keyboards/ergo42/rev1/rev1.h @@ -3,10 +3,8 @@ #include "ergo42.h" -//void promicro_bootloader_jmp(bool program); #include "quantum.h" - #ifdef USE_I2C #include <stddef.h> #ifdef __AVR__ @@ -15,8 +13,6 @@ #endif #endif -//void promicro_bootloader_jmp(bool program); - #ifndef FLIP_HALF // Standard Keymap // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) |