Browse Source

Empty bootloader_jump

Fred Sundvik 8 years ago
parent
commit
c588fca06c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tmk_core/common/test/bootloader.c

+ 2 - 0
tmk_core/common/test/bootloader.c

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