Changeset 30760 for titan/titan/global.h
- Timestamp:
- 10/30/14 19:45:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r30758 r30760 256 256 int hdmiFd = open("/dev/hdmi_cec", O_RDWR | O_NONBLOCK); 257 257 258 data[0] = 0x0f; 258 data[0] = 0x0f; 259 259 data[1] = 0x01; 260 260 … … 266 266 { 267 267 write(hdmiFd, &data, 3); 268 close(hdmiFd) 268 close(hdmiFd); 269 269 } 270 270 #endif
Note: See TracChangeset
for help on using the changeset viewer.