Author Topic: struct can't tips...  (Read 2902 times)

Offline aozima

  • Multiple posting newcomer
  • *
  • Posts: 12
struct can't tips...
« on: September 08, 2009, 05:42:19 pm »
if this,the tips is working....  look OK.jpg
Code
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
Code
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]
« Last Edit: September 08, 2009, 05:44:01 pm by aozima »
Sorry for my poor english.