// 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;
'char' 之前应有 '='、','、';'、'asm' 或 '__ attribute__'
为什么我两次收到此错误消息?