diff options
Diffstat (limited to 'ports/AVR/chcore.c')
-rw-r--r-- | ports/AVR/chcore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/AVR/chcore.c b/ports/AVR/chcore.c index ee35f3459..41888ca3f 100644 --- a/ports/AVR/chcore.c +++ b/ports/AVR/chcore.c @@ -18,6 +18,8 @@ */
/**
+ * @file ports/AVR/chcore.c
+ * @brief AVR architecture port code.
* @addtogroup AVR_CORE
* @{
*/
|