0
// 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」之前的「expected」=',',',';','asm'或'__attribute__'是什麼意思? AVR
之前 'ASM' 或 '__ attribute__' 爲什麼我會收到此錯誤消息兩次?
因爲'PROGMEM'是什麼? – StoryTeller
因爲你錯過了一個包括...(Arduino?) –
「*預期bla之前'char'*」意味着你放置了不同的東西然後「* bla之前'char'*」。所以你想檢查'*'之前的'*',以及它與* * * *有什麼不同。 – alk