LEON: move driver headers to bsp/ directory

This commit is contained in:
Daniel Hellstrom
2015-02-27 14:03:15 +01:00
parent 445e25316c
commit 5823bae82b
58 changed files with 432 additions and 432 deletions

View File

@@ -18,7 +18,7 @@
#include <ctype.h>
#include <rtems/bspIo.h>
#include <grcan.h>
#include <bsp/grcan.h>
#include <drvmgr/drvmgr.h>
#include <drvmgr/ambapp_bus.h>
#include <ambapp.h>
@@ -85,7 +85,7 @@
#define DEBUG
#define DEBUGFUNCS
*/
#include <debug_defs.h>
#include <bsp/debug_defs.h>
/*********************************************************/