forked from Imagelibrary/rtems
arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* This routine does the bulk of the system initialization.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright <20> 2013 Eugeniy Meshcheryakov <eugen@debian.org>
|
* Copyright <20> 2013 Eugeniy Meshcheryakov <eugen@debian.org>
|
||||||
*
|
*
|
||||||
@@ -8,6 +12,7 @@
|
|||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
#include <bsp/bootcard.h>
|
||||||
#include <bsp/irq-generic.h>
|
#include <bsp/irq-generic.h>
|
||||||
#include <bsp/lm3s69xx.h>
|
#include <bsp/lm3s69xx.h>
|
||||||
#include <bsp/io.h>
|
#include <bsp/io.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user