diff options
Diffstat (limited to 'os/ports/GCC/ARMCM3/crt0.s')
-rw-r--r-- | os/ports/GCC/ARMCM3/crt0.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCM3/crt0.s b/os/ports/GCC/ARMCM3/crt0.s index 15aed34a6..8a6d9b9f0 100644 --- a/os/ports/GCC/ARMCM3/crt0.s +++ b/os/ports/GCC/ARMCM3/crt0.s @@ -18,9 +18,9 @@ */
/**
- * @file ARMCMx/crt0.s
- * @brief Generic ARM Cortex-Mx startup file for ChibiOS/RT.
- * @addtogroup ARMCMx_CORE
+ * @file ARMCM3/crt0.s
+ * @brief Generic ARM Cortex-M3 startup file for ChibiOS/RT.
+ * @addtogroup ARMCM3_CORE
* @{
*/
|