forked from len0rd/rockbox
xduoox3: Fix bootloader build
Change-Id: Ia2f2dba4a263c82aebc7fab9da4ad69ef90565ea
This commit is contained in:
parent
8dadce5c4c
commit
748133cf9d
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue