From 6580d6f6da6abcfa79b863c1ae148a2ab407680a Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sun, 13 Aug 2017 14:19:20 +0000 Subject: Update the platform name and comments. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10416 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/TINY/ATTinyxxx/hal_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal') 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. */ -- cgit v1.2.3