aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/AVR/port.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/AVR/port.dox')
-rw-r--r--os/ports/GCC/AVR/port.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/ports/GCC/AVR/port.dox b/os/ports/GCC/AVR/port.dox
index 512d7f2e5..d5bf64f99 100644
--- a/os/ports/GCC/AVR/port.dox
+++ b/os/ports/GCC/AVR/port.dox
@@ -19,8 +19,7 @@
/**
* @defgroup AVR MegaAVR
- * @details AVR port details. This section how the ChibiOS/RT features are
- * implemented on this architecture.
+ * @details AVR port for the GCC compiler.
*
* @section AVR_STATES Mapping of the System States in the AVR port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the AVR
@@ -50,7 +49,7 @@
* by modifying the @p INT_REQUIRED_STACK macro into
* <b>./ports/AVR/chcore.h</b>.
* .
- * @ingroup ports
+ * @ingroup gcc
*/
/**