Remove "pc" word from memory debug header

This commit is contained in:
Stephen Casner 2017-11-01 18:32:17 -07:00
parent eb9f77247a
commit c6b4555e6d

View file

@ -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 {