diff options
Diffstat (limited to 'tmk_core/common/test/bootloader.c')
| -rw-r--r-- | tmk_core/common/test/bootloader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/test/bootloader.c b/tmk_core/common/test/bootloader.c index 01d1930ea..5155d9ff0 100644 --- a/tmk_core/common/test/bootloader.c +++ b/tmk_core/common/test/bootloader.c | |||
| @@ -14,4 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "bootloader.h" | ||
| 17 | 18 | ||
| 19 | void bootloader_jump(void) {} | ||
