Update the platform name and comments.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10416 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2017-08-13 14:19:20 +00:00
parent 49561260e6
commit 6580d6f6da
1 changed files with 3 additions and 3 deletions

View File

@ -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. */