diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-19 12:01:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-19 12:01:30 +0000 |
commit | 8cb7a02ded5277d1babc54123e8eb891b4ac1e09 (patch) | |
tree | 4d49b90902bd080bebbae8f0de754d69bd32b6d4 /os/ports | |
parent | ed7165dcb4da017d751903683d008077acb13d77 (diff) | |
download | ChibiOS-8cb7a02ded5277d1babc54123e8eb891b4ac1e09.tar.gz ChibiOS-8cb7a02ded5277d1babc54123e8eb891b4ac1e09.tar.bz2 ChibiOS-8cb7a02ded5277d1babc54123e8eb891b4ac1e09.zip |
More white space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2026 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/chcore_v6m.c | 4 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/chcore_v7m.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore_v6m.c b/os/ports/GCC/ARMCMx/chcore_v6m.c index 58796eda9..d331b203d 100644 --- a/os/ports/GCC/ARMCMx/chcore_v6m.c +++ b/os/ports/GCC/ARMCMx/chcore_v6m.c @@ -33,7 +33,7 @@ regarm_t _port_saved_pc;
/**
- * @brief IRQ nesting counter. + * @brief IRQ nesting counter. */
unsigned _port_irq_nesting;
@@ -70,7 +70,7 @@ void _port_switch_from_irq(void) { "push {r0, r1, lr} \n\t"
"ldr r0, =_port_saved_pc \n\t"
"ldr r0, [r0] \n\t"
- "add r0, r0, #1 \n\t"
+ "add r0, r0, #1 \n\t"
"str r0, [sp, #28]");
chSchDoRescheduleI();
diff --git a/os/ports/GCC/ARMCMx/chcore_v7m.c b/os/ports/GCC/ARMCMx/chcore_v7m.c index 09e683f00..68aba522d 100644 --- a/os/ports/GCC/ARMCMx/chcore_v7m.c +++ b/os/ports/GCC/ARMCMx/chcore_v7m.c @@ -34,7 +34,6 @@ asm volatile ("push {r4, r5, r6, r7, r8, r9, r10, r11, lr}"); \
}
-
/**
* @brief Internal context unstacking.
*/
|