git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2767 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1d00697fe4
commit
13441bc22d
|
@ -32,11 +32,6 @@
|
||||||
*/
|
*/
|
||||||
regarm_t _port_saved_pc;
|
regarm_t _port_saved_pc;
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief IRQ nesting counter.
|
|
||||||
*/
|
|
||||||
unsigned _port_irq_nesting;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief System Timer vector.
|
* @brief System Timer vector.
|
||||||
* @details This interrupt is used as system tick.
|
* @details This interrupt is used as system tick.
|
||||||
|
|
Loading…
Reference in New Issue