aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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. */