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 @@ * along with this program. If not, see . */ +#include "bootloader.h" +void bootloader_jump(void) {}