Changeset 30931
- Timestamp:
- 11/11/14 10:42:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r30927 r30931 428 428 } 429 429 } 430 430 431 //stop fan 432 if(checkbox("ATEMIO-NEMESIS") == 1) 433 writesys("/proc/stb/fp/fan", "1", 1); 434 431 435 //reset ci devices 432 436 while(dvbnode != NULL) … … 464 468 pthread_join(status.timerthread, &threadstatus); 465 469 pthread_attr_destroy(&status.timerthreadattr); 466 467 //stop fan468 if(checkbox("ATEMIO-NEMESIS") == 1)469 writesys("/proc/stb/fp/fan", "1", 1);470 470 471 471 // free timerthread struct and stop all timer sub threads
Note: See TracChangeset
for help on using the changeset viewer.