Cześć !
W pliku nazwa.c mam strukturę eeprom, która wygląda tak :
eeprom struct eeprom_structure
{
unsigned char dane[13];
}zdarzenia[300]=
{{0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0},
[...]
W pliku nazwa.h mam
extern eeprom struct eeprom_structure zdarzenia[];
I niestety dostaję taki błąd
[..]Software\service.c(1088): undefined member 'dane'
Proszę o pomoc, pozdrawiam!