Empty bootloader_jump

This commit is contained in:
Fred Sundvik 2017-06-16 22:32:04 +03:00
parent a72e8f0865
commit c588fca06c
1 changed files with 2 additions and 0 deletions

View File

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