mirror of https://github.com/ARMmbed/mbed-os.git
[M2351] Remove redundant GetPC
parent
90fcc04596
commit
331945fa08
|
@ -24,7 +24,6 @@ extern void *__vector_table; /* see startup file */
|
||||||
#else
|
#else
|
||||||
extern void *__vector_handlers; /* see startup file */
|
extern void *__vector_handlers; /* see startup file */
|
||||||
#endif
|
#endif
|
||||||
extern uint32_t GetPC(void); /* Get current program counter(PC) */
|
|
||||||
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue