forked from Imagelibrary/rtems
m68k/mcf52235: Fix warnings
This commit is contained in:
@@ -63,6 +63,11 @@ rtems_isr_entry set_vector(
|
|||||||
#define UART2_IRQ_LEVEL 3
|
#define UART2_IRQ_LEVEL 3
|
||||||
#define UART2_IRQ_PRIORITY 5
|
#define UART2_IRQ_PRIORITY 5
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prototypes for BSP methods which cross file boundaries
|
||||||
|
*/
|
||||||
|
void Init52235(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
* functions can be called from here.
|
* functions can be called from here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <bsp.h>
|
||||||
#include <bsp/bootcard.h>
|
#include <bsp/bootcard.h>
|
||||||
|
|
||||||
extern void _wr_vbr(uint32_t);
|
extern void _wr_vbr(uint32_t);
|
||||||
|
|||||||
Reference in New Issue
Block a user