]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Empty bootloader_jump
authorFred Sundvik <fsundvik@gmail.com>
Fri, 16 Jun 2017 19:32:04 +0000 (22:32 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 18:22:22 +0000 (21:22 +0300)
tmk_core/common/test/bootloader.c

index 01d1930ea502e723e7d954fb9666db71b65a9990..5155d9ff04f788eb7a544ac7d9695297bdc94337 100644 (file)
@@ -14,4 +14,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "bootloader.h"
 
+void bootloader_jump(void) {}