forked from Imagelibrary/rtems
bsp/tms570: correct inclusion of header files for build with HW init.
The build fails when TMS570_USE_HWINIT_STARTUP=1 option is set.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <bsp/tms570.h>
|
||||
#include "tms570_selftest.h"
|
||||
#include <bsp/tms570_selftest.h>
|
||||
|
||||
void bsp_selftest_fail_notification( uint32_t flag )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user