Selaa lähdekoodia

Empty bootloader_jump

Fred Sundvik 8 vuotta sitten
vanhempi
commit
c588fca06c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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) {}