проблема в следующем:
Код
const char* exFont;
void ks0108SelectFont( const char __flash* font, FontCallback callback, uint8_t color) {
exFont = font;
...............
...............
}
void ks0108SelectFont( const char __flash* font, FontCallback callback, uint8_t color) {
exFont = font;
...............
...............
}
Ошибочка Error[Pe513]: a value of type "char const __flash *" cannot be assigned to an
entity of type "char const *" E:\WORK\GrafЖКИ\TEST1\main.c 308
Компилятор ИАР
Заранее спасибо.