Cleaned up compiler errors generated on Linux.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
Author: James P Lynch May 12, 2007
|
||||
*****************************************************************************/
|
||||
#include "AT91SAM7S256.h"
|
||||
#include "board.h"
|
||||
|
||||
/* global variables */
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef Board_h
|
||||
#define Board_h
|
||||
|
||||
#include "AT91SAM7S256.h"
|
||||
#include "at91sam7s256.h"
|
||||
#include "isr.h"
|
||||
#define __inline inline
|
||||
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
|
||||
|
||||
/* Include the board file description */
|
||||
#include "AT91SAM7S256.h"
|
||||
#include "Board.h"
|
||||
#include "board.h"
|
||||
|
||||
/* The following functions must be write in ARM mode this function called directly */
|
||||
/* by exception vector */
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
/* hardware specific */
|
||||
#include "AT91SAM7S256.h"
|
||||
#include "board.h"
|
||||
#include "timer.h"
|
||||
/* standard libraries */
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
Header files
|
||||
**********************************************************/
|
||||
#include <stdint.h>
|
||||
#include "AT91SAM7S256.h"
|
||||
#include "board.h"
|
||||
#include "dlmstp.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user