bsp/leon3: Include missing header file

The <leon.h> include was removed from <bsp.h> in commit
1577a48369.
This commit is contained in:
Sebastian Huber
2022-03-08 08:10:37 +01:00
parent f381e9bab2
commit cfeb3cbb68
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
/* LEON3 Low level transmit/receive functions provided by debug-uart code */
#ifdef LEON3
#include <leon.h>
extern struct apbuart_regs *leon3_debug_uart; /* The debug UART */
#endif