Question
keil problem Error #136
Posted on April 18, 2013 at 18:41
Hello
I have a struct in my code ;typedef struct
{ unsigned char volume; unsigned char l_bat; unsigned char h_bat; unsigned char rtc; unsigned char pace; unsigned char child; unsigned char date; unsigned char day; unsigned char month; unsigned char year; unsigned char hour; unsigned char min; unsigned char motion; signed char gmt; unsigned int delay[10]; unsigned int shock[3]; char language[3];}settings;
but the comp?ler give an error for one member ..\src\main.c(452): error: &sharp136: struct ''<unnamed>'' has no field ''date''.. I can use the other members but not date!!! what is wrong here ... ? Thank you #unproven-fix