diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
commit | 8ce831d013cd306b24c3e6eca4c1efec28469f5b (patch) | |
tree | ebbacbe6d0238794cefa78fa9935ece975872b10 /os/ports/GCC/AVR | |
parent | f7117a6201769d9d10c59415bf93f7948a2703ae (diff) | |
download | ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.gz ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.bz2 ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1087 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/AVR')
-rw-r--r-- | os/ports/GCC/AVR/avr_serial.c | 2 | ||||
-rw-r--r-- | os/ports/GCC/AVR/avr_serial.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/AVR/chcore.c | 2 | ||||
-rw-r--r-- | os/ports/GCC/AVR/chcore.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/AVR/chtypes.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/AVR/port.dox | 6 |
6 files changed, 8 insertions, 8 deletions
diff --git a/os/ports/GCC/AVR/avr_serial.c b/os/ports/GCC/AVR/avr_serial.c index b69a43213..de45d25c0 100644 --- a/os/ports/GCC/AVR/avr_serial.c +++ b/os/ports/GCC/AVR/avr_serial.c @@ -18,7 +18,7 @@ */
/**
- * @file ports/AVR/avr_serial.c
+ * @file AVR/avr_serial.c
* @brief AVR Serial driver code.
* @addtogroup AVR_SERIAL
* @{
diff --git a/os/ports/GCC/AVR/avr_serial.h b/os/ports/GCC/AVR/avr_serial.h index f97f16e65..5a96044fa 100644 --- a/os/ports/GCC/AVR/avr_serial.h +++ b/os/ports/GCC/AVR/avr_serial.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/AVR/avr_serial.h
+ * @file AVR/avr_serial.h
* @brief AVR Serial driver macros and structures.
* @addtogroup AVR_SERIAL
* @{
diff --git a/os/ports/GCC/AVR/chcore.c b/os/ports/GCC/AVR/chcore.c index 7d39d12c3..fedba0fbe 100644 --- a/os/ports/GCC/AVR/chcore.c +++ b/os/ports/GCC/AVR/chcore.c @@ -18,7 +18,7 @@ */
/**
- * @file ports/AVR/chcore.c
+ * @file AVR/chcore.c
* @brief AVR architecture port code.
* @addtogroup AVR_CORE
* @{
diff --git a/os/ports/GCC/AVR/chcore.h b/os/ports/GCC/AVR/chcore.h index c70c5307e..18439b9fe 100644 --- a/os/ports/GCC/AVR/chcore.h +++ b/os/ports/GCC/AVR/chcore.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/AVR/chcore.h
+ * @file AVR/chcore.h
* @brief AVR architecture port macros and structures.
* @addtogroup AVR_CORE
* @{
diff --git a/os/ports/GCC/AVR/chtypes.h b/os/ports/GCC/AVR/chtypes.h index e5920746c..0d5d7e4c4 100644 --- a/os/ports/GCC/AVR/chtypes.h +++ b/os/ports/GCC/AVR/chtypes.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/AVR/chtypes.h
+ * @file AVR/chtypes.h
* @brief AVR architecture port system types.
* @addtogroup AVR_CORE
* @{
diff --git a/os/ports/GCC/AVR/port.dox b/os/ports/GCC/AVR/port.dox index 5343037b1..90f7970b5 100644 --- a/os/ports/GCC/AVR/port.dox +++ b/os/ports/GCC/AVR/port.dox @@ -73,9 +73,9 @@ * @brief AVR specific port code, structures and macros.
*
* @ingroup AVR
- * @file ports/AVR/chtypes.h Port types.
- * @file ports/AVR/chcore.h Port related structures and macros.
- * @file ports/AVR/chcore.c Port related code.
+ * @file AVR/chtypes.h Port types.
+ * @file AVR/chcore.h Port related structures and macros.
+ * @file AVR/chcore.c Port related code.
*/
/**
|