mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
libbase: Include missing uart header
This fixes compilation on mor1kx.
This commit is contained in:
parent
3d06dc028c
commit
9d16b0fc82
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ void isr(void);
|
|||
|
||||
#ifdef __or1k__
|
||||
|
||||
#include <base/uart.h>
|
||||
|
||||
#define EXTERNAL_IRQ 0x8
|
||||
|
||||
static void emerg_printf(const char *fmt, ...)
|
||||
|
|
Loading…
Reference in a new issue