diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 17:37:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 17:37:49 +0000 |
commit | bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f (patch) | |
tree | bdd606762debab9287b43597075c082685dbfdd1 /os/hal/platforms/AT91SAM7 | |
parent | 894e11f8f781dc17ff729acfddc4db1a3091951f (diff) | |
download | ChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.tar.gz ChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.tar.bz2 ChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1397 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AT91SAM7')
-rw-r--r-- | os/hal/platforms/AT91SAM7/at91sam7_mii.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/at91sam7_mii.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/mac_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/mac_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/pal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/pal_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/serial_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/AT91SAM7/serial_lld.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/platforms/AT91SAM7/at91sam7_mii.c b/os/hal/platforms/AT91SAM7/at91sam7_mii.c index d48d81c10..f390d3e23 100644 --- a/os/hal/platforms/AT91SAM7/at91sam7_mii.c +++ b/os/hal/platforms/AT91SAM7/at91sam7_mii.c @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/at91sam7_mii.c
- * @brief AT91SAM7 low level MII driver code
+ * @brief AT91SAM7 low level MII driver code.
* @addtogroup AT91SAM7_MII
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/at91sam7_mii.h b/os/hal/platforms/AT91SAM7/at91sam7_mii.h index 7bf472a61..23dfa70ae 100644 --- a/os/hal/platforms/AT91SAM7/at91sam7_mii.h +++ b/os/hal/platforms/AT91SAM7/at91sam7_mii.h @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/at91sam7_mii.h
- * @brief AT91SAM7 low level MII driver header
+ * @brief AT91SAM7 low level MII driver header.
* @addtogroup AT91SAM7_MII
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/mac_lld.c b/os/hal/platforms/AT91SAM7/mac_lld.c index 11c3413f8..9cd4ad4fe 100644 --- a/os/hal/platforms/AT91SAM7/mac_lld.c +++ b/os/hal/platforms/AT91SAM7/mac_lld.c @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/mac_lld.c
- * @brief AT91SAM7 low level MAC driver code
+ * @brief AT91SAM7 low level MAC driver code.
* @addtogroup AT91SAM7_MAC
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/mac_lld.h b/os/hal/platforms/AT91SAM7/mac_lld.h index 2a92c0e49..4de8dc481 100644 --- a/os/hal/platforms/AT91SAM7/mac_lld.h +++ b/os/hal/platforms/AT91SAM7/mac_lld.h @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/mac_lld.h
- * @brief AT91SAM7 low level MAC driver header
+ * @brief AT91SAM7 low level MAC driver header.
* @addtogroup AT91SAM7_MAC
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/pal_lld.c b/os/hal/platforms/AT91SAM7/pal_lld.c index e15dd169b..7cc03b925 100644 --- a/os/hal/platforms/AT91SAM7/pal_lld.c +++ b/os/hal/platforms/AT91SAM7/pal_lld.c @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/pal_lld.c
- * @brief AT91SAM7 PIO low level driver code
+ * @brief AT91SAM7 PIO low level driver code.
* @addtogroup AT91SAM7_PAL
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/pal_lld.h b/os/hal/platforms/AT91SAM7/pal_lld.h index ecfb7711d..f88f6c4db 100644 --- a/os/hal/platforms/AT91SAM7/pal_lld.h +++ b/os/hal/platforms/AT91SAM7/pal_lld.h @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/pal_lld.h
- * @brief AT91SAM7 PIO low level driver header
+ * @brief AT91SAM7 PIO low level driver header.
* @addtogroup AT91SAM7_PAL
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/serial_lld.c b/os/hal/platforms/AT91SAM7/serial_lld.c index 1673fb7e2..4b69fc798 100644 --- a/os/hal/platforms/AT91SAM7/serial_lld.c +++ b/os/hal/platforms/AT91SAM7/serial_lld.c @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/serial_lld.c
- * @brief AT91SAM7 low level serial driver code
+ * @brief AT91SAM7 low level serial driver code.
* @addtogroup AT91SAM7_SERIAL
* @{
*/
diff --git a/os/hal/platforms/AT91SAM7/serial_lld.h b/os/hal/platforms/AT91SAM7/serial_lld.h index 1e6216b29..36984d1b2 100644 --- a/os/hal/platforms/AT91SAM7/serial_lld.h +++ b/os/hal/platforms/AT91SAM7/serial_lld.h @@ -19,7 +19,7 @@ /**
* @file AT91SAM7/serial_lld.h
- * @brief AT91SAM7 low level serial driver header
+ * @brief AT91SAM7 low level serial driver header.
* @addtogroup AT91SAM7_SERIAL
* @{
*/
|