various bugfixes, watchdog working now
This commit is contained in:
@ -55,7 +55,6 @@ void CoreController::performControlOperation() {
|
||||
if(watchdogFifoFd != 0) {
|
||||
// Write to OBSW watchdog FIFO here
|
||||
const char writeChar = 'a';
|
||||
std::cout << "Writing to FIFO.." << std::endl;
|
||||
ssize_t writtenBytes = write(watchdogFifoFd, &writeChar, 1);
|
||||
if(writtenBytes < 0) {
|
||||
sif::error << "Errors writing to watchdog FIFO, code " << errno << ": " <<
|
||||
|
Reference in New Issue
Block a user