arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning

This commit is contained in:
Joel Sherrill
2014-10-07 17:19:44 -05:00
parent bcc6c700c0
commit d52494ec8f

View File

@@ -1,3 +1,7 @@
/*
* This routine does the bulk of the system initialization.
*/
/*
* Copyright <20> 2013 Eugeniy Meshcheryakov <eugen@debian.org>
*
@@ -8,6 +12,7 @@
#include <bsp.h>
#include <bspopts.h>
#include <bsp/bootcard.h>
#include <bsp/irq-generic.h>
#include <bsp/lm3s69xx.h>
#include <bsp/io.h>