forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
230acc55a6
commit
e2cf289357
@@ -5,9 +5,9 @@
|
||||
* Notes:
|
||||
*/
|
||||
|
||||
#include "MCD_dma.h"
|
||||
#include "MCD_tasksInit.h"
|
||||
#include "MCD_progCheck.h"
|
||||
#include <mcf548x/MCD_dma.h>
|
||||
#include <mcf548x/MCD_tasksInit.h>
|
||||
#include <mcf548x/MCD_progCheck.h>
|
||||
|
||||
/********************************************************************/
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Notes:
|
||||
*/
|
||||
|
||||
#include "MCD_dma.h"
|
||||
#include <mcf548x/MCD_dma.h>
|
||||
|
||||
u32 MCD_varTab0[];
|
||||
u32 MCD_varTab1[];
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
* Do not edit!
|
||||
*/
|
||||
|
||||
#include "MCD_dma.h"
|
||||
#include "MCD_tasksInit.h"
|
||||
#include <mcf548x/MCD_dma.h>
|
||||
#include <mcf548x/MCD_tasksInit.h>
|
||||
|
||||
extern dmaRegs *MCD_dmaBar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user