From 9cdc99632bd98b01131590651dfa3a1bbb857ae6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 27 Feb 2014 09:15:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6732 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_EVB_SPC560D/board.h | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'os/hal/boards/ST_EVB_SPC560D/board.h') diff --git a/os/hal/boards/ST_EVB_SPC560D/board.h b/os/hal/boards/ST_EVB_SPC560D/board.h index bca6f7245..eab91cba8 100644 --- a/os/hal/boards/ST_EVB_SPC560D/board.h +++ b/os/hal/boards/ST_EVB_SPC560D/board.h @@ -18,14 +18,14 @@ #define _BOARD_H_ /* - * Setup for a generic SPC560Dxx proto board. + * Setup for a generic SPC560Dxx board. */ /* * Board identifiers. */ -#define BOARD_GENERIC_SPC560D -#define BOARD_NAME "Generic SPC560Dxx" +#define BOARD_SPC560DXX_EVB +#define BOARD_NAME "EVB with SPC560Dxx Mini Module" /* * Board frequencies. @@ -37,18 +37,16 @@ /* * I/O definitions. */ -#define PB_LIN0_TDX 2 -#define PB_LIN0_RDX 3 - -#define PE_BUTTON1 0 -#define PE_BUTTON2 1 -#define PE_BUTTON3 2 -#define PE_BUTTON4 3 - -#define PE_LED1 4 -#define PE_LED2 5 -#define PE_LED3 6 -#define PE_LED4 7 +#define PB_LIN0_TDX 2 +#define PB_LIN0_RDX 3 +#define PE_BUTTON1 0 +#define PE_BUTTON2 1 +#define PE_BUTTON3 2 +#define PE_BUTTON4 3 +#define PE_LED1 4 +#define PE_LED2 5 +#define PE_LED3 6 +#define PE_LED4 7 /* * Support macros. -- cgit v1.2.3