Removed an obsolete extern declaration.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2798 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
3cc5ac6d9a
commit
9f8702a2a0
|
@ -218,10 +218,6 @@ struct intctx {
|
||||||
#define port_wait_for_interrupt()
|
#define port_wait_for_interrupt()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
|
||||||
extern regarm_t _port_saved_pc;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue