Remove "pc" word from memory debug header
This commit is contained in:
parent
eb9f77247a
commit
c6b4555e6d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ extern "C" {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int dog;
|
unsigned int dog;
|
||||||
TaskHandle_t task;
|
TaskHandle_t task;
|
||||||
unsigned int pc;
|
//unsigned int pc;
|
||||||
}block_head_t;
|
}block_head_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue