Sfoglia il codice sorgente

Empty bootloader_jump

Fred Sundvik 8 anni fa
parent
commit
c588fca06c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {}