Fixed error in Pi-Blaster

Former-commit-id: 28b0d2a43464a38c36fd49f4090a6d32795e9b5d
This commit is contained in:
T. van der Zwan 2015-03-20 20:53:27 +01:00
parent 2790ed8eb9
commit 24af330cb4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ int LedDevicePiBlaster::write(const std::vector<ColorRgb> & ledValues)
continue;
}
// fprintf(_fid, "%i=%f\n", iChannel, pwmDutyCycle);
fprintf(_fid, "%i=%f\n", iChannel, pwmDutyCycle);
fflush(_fid);
}