diff options
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S index 663d975b9..43cb723ab 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.S +++ b/os/common/startup/ARM/compilers/GCC/crt0.S @@ -15,7 +15,7 @@ */
/**
- * @file crt0.s
+ * @file crt0.S
* @brief Generic ARM startup file.
*
* @addtogroup ARM_GCC_STARTUP
|