AVR: Correct a bad comment, and the description and remove a wrong details.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11511 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
377b9c70eb
commit
b884bd89a4
|
@ -18,12 +18,10 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/chcore.h
|
||||
* @brief Port related template macros and structures.
|
||||
* @details This file is a template of the system driver macros provided by
|
||||
* a port.
|
||||
* @file chcore.h
|
||||
* @brief AVR port macros and structures.
|
||||
*
|
||||
* @addtogroup core
|
||||
* @addtogroup AVR_CORE
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue