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 {
unsigned int dog;
TaskHandle_t task;
unsigned int pc;
//unsigned int pc;
}block_head_t;
typedef struct {