diff options
Diffstat (limited to 'os/ports/GCC/ARM/crt0.s')
-rw-r--r-- | os/ports/GCC/ARM/crt0.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/ARM/crt0.s b/os/ports/GCC/ARM/crt0.s index e5a39b520..1ce42ce57 100644 --- a/os/ports/GCC/ARM/crt0.s +++ b/os/ports/GCC/ARM/crt0.s @@ -18,10 +18,10 @@ */
/**
- * @file ARM7/crt0.s
- * @brief Generic ARM7 startup file for ChibiOS/RT.
+ * @file ARM/crt0.s
+ * @brief Generic ARM7/9 startup file for ChibiOS/RT.
*
- * @addtogroup ARM7_CORE
+ * @addtogroup ARM_CORE
* @{
*/
|