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 {
|
||||
unsigned int dog;
|
||||
TaskHandle_t task;
|
||||
unsigned int pc;
|
||||
//unsigned int pc;
|
||||
}block_head_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue