Cleaned up compiler errors generated on Linux.

This commit is contained in:
skarg
2009-08-21 20:22:19 +00:00
parent 1c5a011d52
commit f3bc8a5baf
5 changed files with 2 additions and 6 deletions
-1
View File
@@ -10,7 +10,6 @@
Author: James P Lynch May 12, 2007
*****************************************************************************/
#include "AT91SAM7S256.h"
#include "board.h"
/* global variables */
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef Board_h
#define Board_h
#include "AT91SAM7S256.h"
#include "at91sam7s256.h"
#include "isr.h"
#define __inline inline
+1 -2
View File
@@ -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 */
-1
View File
@@ -24,7 +24,6 @@
*
*********************************************************************/
/* hardware specific */
#include "AT91SAM7S256.h"
#include "board.h"
#include "timer.h"
/* standard libraries */
-1
View File
@@ -41,7 +41,6 @@
Header files
**********************************************************/
#include <stdint.h>
#include "AT91SAM7S256.h"
#include "board.h"
#include "dlmstp.h"