diff options
Diffstat (limited to 'os/ports/RC')
-rw-r--r-- | os/ports/RC/STM8/port.dox | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox index a2f7bd507..7a7d10788 100644 --- a/os/ports/RC/STM8/port.dox +++ b/os/ports/RC/STM8/port.dox @@ -77,6 +77,13 @@ * @ingroup STM8_RAISONANCE
*/
+/**
+ * @defgroup STM8_RAISONANCE_CORE Core Port Implementation
+ * @details STM8 specific port code, structures and macros.
+ *
+ * @ingroup STM8_RAISONANCE
+ */
+
/**
* @defgroup STM8_RAISONANCE_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the STM8, there
@@ -85,10 +92,3 @@ *
* @ingroup STM8_RAISONANCE
*/
-
-/**
- * @defgroup STM8_RAISONANCE_CORE Core Port Implementation
- * @details STM8 specific port code, structures and macros.
- *
- * @ingroup STM8_RAISONANCE
- */
|