aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-26 14:12:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-26 14:12:37 +0000
commit13441bc22dfeb34faea64bfeebb2a9a479ac3507 (patch)
tree1095bfab2a1920f0dbbd7233ad8c59fd6d5cd42d /os
parent1d00697fe4f8bbe42e0c0d59f76879bd1e575883 (diff)
downloadChibiOS-13441bc22dfeb34faea64bfeebb2a9a479ac3507.tar.gz
ChibiOS-13441bc22dfeb34faea64bfeebb2a9a479ac3507.tar.bz2
ChibiOS-13441bc22dfeb34faea64bfeebb2a9a479ac3507.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2767 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/ports/RVCT/ARMCMx/chcore_v6m.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/ports/RVCT/ARMCMx/chcore_v6m.c b/os/ports/RVCT/ARMCMx/chcore_v6m.c
index 6340df81c..db0cf7bf5 100644
--- a/os/ports/RVCT/ARMCMx/chcore_v6m.c
+++ b/os/ports/RVCT/ARMCMx/chcore_v6m.c
@@ -33,11 +33,6 @@
regarm_t _port_saved_pc;
/**
- * @brief IRQ nesting counter.
- */
-unsigned _port_irq_nesting;
-
-/**
* @brief System Timer vector.
* @details This interrupt is used as system tick.
* @note The timer must be initialized in the startup code.