Subversion Repositories NaviCtrl

Rev

Rev 434 | Rev 437 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 434 Rev 436
Line 189... Line 189...
189
        u16 BAT_Current;
189
        u16 BAT_Current;
190
        u16 BAT_UsedCapacity;
190
        u16 BAT_UsedCapacity;
191
        u8 StatusFlags;
191
        u8 StatusFlags;
192
        u8 Error[5];
192
        u8 Error[5];
193
        u8 StatusFlags2;
193
        u8 StatusFlags2;
-
 
194
        u8 FromFC_SpeakHoTT;
194
} __attribute__((packed)) FC_t;
195
} __attribute__((packed)) FC_t;
Line 195... Line 196...
195
 
196
 
196
 
197