Changeset 40418
- Timestamp:
- 05/13/17 19:45:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/struct.h
r40399 r40418 2091 2091 unsigned char data[256]; 2092 2092 }__attribute__((packed)); 2093 struct cec_rx_message 2094 { 2095 unsigned char address; 2096 unsigned char destination; 2097 unsigned char data[16]; 2098 unsigned char length; 2099 }__attribute__((packed)); 2093 2100 #endif 2094 2101
Note: See TracChangeset
for help on using the changeset viewer.