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:
Theodore Ateba 2018-02-19 20:48:40 +00:00
parent 377b9c70eb
commit b884bd89a4
1 changed files with 3 additions and 5 deletions

View File

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