aboutsummaryrefslogtreecommitdiffstats
path: root/boards/OLIMEX_STM32_P103/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/OLIMEX_STM32_P103/board.h')
-rw-r--r--boards/OLIMEX_STM32_P103/board.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/boards/OLIMEX_STM32_P103/board.h b/boards/OLIMEX_STM32_P103/board.h
index f5345d4ac..3cad240a6 100644
--- a/boards/OLIMEX_STM32_P103/board.h
+++ b/boards/OLIMEX_STM32_P103/board.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -21,11 +21,11 @@
#define _BOARD_H_
/*
- * Setup for the Olimex STM33-P103 proto board.
+ * Setup for the Olimex STM33-P103 proto board.
*/
/*
- * Board identifier.
+ * Board identifier.
*/
#define BOARD_OLIMEX_STM32_P103
#define BOARD_NAME "Olimex STM32-P103"
@@ -80,7 +80,7 @@
* Everything input with pull-up except:
* PA0 - Normal input (BUTTON).
* PA2 - Alternate output (USART2 TX).
- * PA3 - Normal input (USART2 RX).
+ * PA3 - Normal input (USART2 RX).
*/
#define VAL_GPIOACRL 0x88884B84 /* PA7...PA0 */
#define VAL_GPIOACRH 0x88888888 /* PA15...PA8 */