aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-13 14:19:20 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-13 14:19:20 +0000
commit6580d6f6da6abcfa79b863c1ae148a2ab407680a (patch)
tree47a438ab0e32917f4e42b334c01781241306a8f6 /os/hal/ports/AVR
parent49561260e634cdade3b83c572737d5d8800b25e6 (diff)
downloadChibiOS-6580d6f6da6abcfa79b863c1ae148a2ab407680a.tar.gz
ChibiOS-6580d6f6da6abcfa79b863c1ae148a2ab407680a.tar.bz2
ChibiOS-6580d6f6da6abcfa79b863c1ae148a2ab407680a.zip
Update the platform name and comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10416 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR')
-rw-r--r--os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h b/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h
index eca18ffc3..a14096888 100644
--- a/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h
+++ b/os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h
@@ -15,8 +15,8 @@
*/
/**
- * @file hal_lld.h
- * @brief AVR HAL subsystem low level driver header.
+ * @file ATTinyxxx/hal_lld.h
+ * @brief AVR Tiny HAL subsystem low level driver header.
*
* @addtogroup HAL
* @{
@@ -37,7 +37,7 @@
/**
* @brief Platform name.
*/
-#define PLATFORM_NAME "AVR"
+#define PLATFORM_NAME "AVR Tiny"
/*===========================================================================*/
/* Driver pre-compile time settings. */