diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-26 14:12:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-26 14:12:37 +0000 |
commit | 13441bc22dfeb34faea64bfeebb2a9a479ac3507 (patch) | |
tree | 1095bfab2a1920f0dbbd7233ad8c59fd6d5cd42d | |
parent | 1d00697fe4f8bbe42e0c0d59f76879bd1e575883 (diff) | |
download | ChibiOS-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
-rw-r--r-- | os/ports/RVCT/ARMCMx/chcore_v6m.c | 5 |
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.
|