From 8bd485bc73fea20f4b27c91c22f789457665c9a9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 27 Feb 2014 12:41:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6733 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_EVB_SPC563M/board.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'os/hal/boards/ST_EVB_SPC563M/board.h') diff --git a/os/hal/boards/ST_EVB_SPC563M/board.h b/os/hal/boards/ST_EVB_SPC563M/board.h index 3a258f2f9..3074f9a7e 100644 --- a/os/hal/boards/ST_EVB_SPC563M/board.h +++ b/os/hal/boards/ST_EVB_SPC563M/board.h @@ -24,8 +24,8 @@ /* * Board identifiers. */ -#define BOARD_GENERIC_SPC563M -#define BOARD_NAME "Generic SPC563Mxx" +#define BOARD_SPC563MXX_EVB +#define BOARD_NAME "EVB with SPC563Mxx Mini Module" /* * Board frequencies. @@ -39,12 +39,10 @@ */ #define P5_ESCI_A_TX 9 #define P5_ESCI_A_RX 10 - #define P11_BUTTON1 3 #define P11_BUTTON2 5 #define P11_BUTTON3 7 #define P11_BUTTON4 9 - #define P11_LED1 12 #define P11_LED2 13 #define P11_LED3 14 -- cgit v1.2.3