소스 검색

Empty bootloader_jump

Fred Sundvik 8 년 전
부모
커밋
c588fca06c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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) {}