aboutsummaryrefslogtreecommitdiffstats
path: root/boards/OLIMEX_LPC_P2148
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 07:24:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 07:24:53 +0000
commit157b6f9695e7f72f2d54b231c19cb4045710ed01 (patch)
treea856d81bf5f173c207510fdeb7367e218f12b3db /boards/OLIMEX_LPC_P2148
parenta90a90ffcf0f90b2a4b6c24dc5a60e72652549f1 (diff)
downloadChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.tar.gz
ChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.tar.bz2
ChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.zip
Updated license dates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1646 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/OLIMEX_LPC_P2148')
-rw-r--r--boards/OLIMEX_LPC_P2148/board.c2
-rw-r--r--boards/OLIMEX_LPC_P2148/board.h2
-rw-r--r--boards/OLIMEX_LPC_P2148/buzzer.c14
-rw-r--r--boards/OLIMEX_LPC_P2148/buzzer.h2
4 files changed, 10 insertions, 10 deletions
diff --git a/boards/OLIMEX_LPC_P2148/board.c b/boards/OLIMEX_LPC_P2148/board.c
index d88d05112..a1ffef73b 100644
--- a/boards/OLIMEX_LPC_P2148/board.c
+++ b/boards/OLIMEX_LPC_P2148/board.c
@@ -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.
diff --git a/boards/OLIMEX_LPC_P2148/board.h b/boards/OLIMEX_LPC_P2148/board.h
index 1b64aa70a..3408f9503 100644
--- a/boards/OLIMEX_LPC_P2148/board.h
+++ b/boards/OLIMEX_LPC_P2148/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.
diff --git a/boards/OLIMEX_LPC_P2148/buzzer.c b/boards/OLIMEX_LPC_P2148/buzzer.c
index d87a8ddb7..9d55c0ad5 100644
--- a/boards/OLIMEX_LPC_P2148/buzzer.c
+++ b/boards/OLIMEX_LPC_P2148/buzzer.c
@@ -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.
@@ -36,7 +36,7 @@ EventSource BuzzerSilentEventSource;
#define StopCounter(t) ((t)->TC_EMR = 0, (t)->TC_TCR = 2)
/**
- * @brief Buzzer driver initialization.
+ * @brief Buzzer driver initialization.
*/
void buzzInit(void) {
@@ -62,8 +62,8 @@ void buzzInit(void) {
/**
* @brief Stops the sound.
- *
- * @param[in] p pointer to the timer
+ *
+ * @param[in] p pointer to the timer
*/
static void stop(void *p) {
@@ -73,9 +73,9 @@ static void stop(void *p) {
/**
* @brief Plays a tone asynchronously.
- *
- * @param[in] freq approximated tone frequency
- * @param[in] duration tone duration in systicks
+ *
+ * @param[in] freq approximated tone frequency
+ * @param[in] duration tone duration in systicks
*/
void buzzPlay(uint32_t freq, systime_t duration) {
static VirtualTimer bvt;
diff --git a/boards/OLIMEX_LPC_P2148/buzzer.h b/boards/OLIMEX_LPC_P2148/buzzer.h
index a0c7f0361..fcfd1917c 100644
--- a/boards/OLIMEX_LPC_P2148/buzzer.h
+++ b/boards/OLIMEX_LPC_P2148/buzzer.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.