Editing Talk:SC Communication
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 363: | Line 363: | ||
struct __attribute__ ((packed)) dev_access_response_t { | struct __attribute__ ((packed)) dev_access_response_t { | ||
uint8_t status; // 0x00:OK | uint8_t status; // 0x00:OK, 0xFF:Error | ||
uint8_t data[0]; | uint8_t data[0]; | ||
}; | }; | ||
Line 382: | Line 382: | ||
struct __attribute__ ((packed)) dev_access_response_t { | struct __attribute__ ((packed)) dev_access_response_t { | ||
uint8_t status; // 0x00:OK | uint8_t status; // 0x00:OK, 0xFF:Error | ||
uint8_t data[0]; | uint8_t data[0]; | ||
}; | }; |