1
0
Fork 0
forked from len0rd/rockbox

xduoox3: Fix bootloader build

Change-Id: Ia2f2dba4a263c82aebc7fab9da4ad69ef90565ea
This commit is contained in:
Solomon Peachy 2020-08-30 21:56:11 -04:00
parent 8dadce5c4c
commit 748133cf9d

View file

@ -29,6 +29,8 @@
#include "button.h"
#include "timefuncs.h"
#ifndef BOOTLOADER
static int line = 0;
/*
@ -176,6 +178,11 @@ bool dbg_hw_info(void)
}
return true;
}
#endif
#ifdef BOOTLOADER
#define WITH_SERIAL
#endif
#ifdef WITH_SERIAL
void serial_putc (const char c)