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:
parent
49561260e6
commit
6580d6f6da
|
@ -15,8 +15,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file hal_lld.h
|
* @file ATTinyxxx/hal_lld.h
|
||||||
* @brief AVR HAL subsystem low level driver header.
|
* @brief AVR Tiny HAL subsystem low level driver header.
|
||||||
*
|
*
|
||||||
* @addtogroup HAL
|
* @addtogroup HAL
|
||||||
* @{
|
* @{
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Platform name.
|
* @brief Platform name.
|
||||||
*/
|
*/
|
||||||
#define PLATFORM_NAME "AVR"
|
#define PLATFORM_NAME "AVR Tiny"
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver pre-compile time settings. */
|
/* Driver pre-compile time settings. */
|
||||||
|
|
Loading…
Reference in New Issue