News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

struct can't tips...

Started by aozima, September 08, 2009, 05:42:19 PM

Previous topic - Next topic

aozima

if this,the tips is working....  look OK.jpg
typedef struct
{
   unsigned char header;
   struct led1_buzzer led1_buzzer;
   struct led2_led3   led2_led3;
   unsigned char lang_code;
   unsigned char row;
   unsigned char column;
   unsigned char str_len;
   unsigned char ddata[16];
   unsigned char tail;
}format1;


But,this,the tips is not work... :( :(  look NO.jpg
struct format1
{
   unsigned char header;
   struct led1_buzzer led1_buzzer;
   struct led2_led3   led2_led3;
   unsigned char lang_code;
   unsigned char row;
   unsigned char column;
   unsigned char str_len;
   unsigned char ddata[16];
   unsigned char tail;
};


:( :( Tell me why?
I need it..... :P

[attachment deleted by admin]
Sorry for my poor english.