summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/cortexm3/up_switchcontext.S')
-rwxr-xr-xnuttx/arch/arm/src/cortexm3/up_switchcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/cortexm3/up_switchcontext.S b/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
index 055a7a268..c85cf5d77 100755
--- a/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
+++ b/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
@@ -42,7 +42,7 @@
#include "nvic.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
@@ -68,7 +68,7 @@
* Save the current thread context and restore the specified context.
* Full prototype is:
*
- * void up_switchcontext(uint32 *saveregs, uint32 *restoreregs);
+ * void up_switchcontext(uint32_t *saveregs, uint32_t *restoreregs);
*
* Return:
* None