// Sting for the Name
extern const PROGMEM char name[];
//Data structure of the Heap
typedef struct
{
AllocStrategies strategy;
uint16_t size;
MemAddr start;
MemDriver* driver;
const PROGMEM char name[];
}Heap;
expected '=', ',', ';', 'asm' or '__ attribute__' before 'char'
Why do i get this error message twice?