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