1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Removed debug printf from aux logic

This commit is contained in:
Gerry Stellenberg
2010-12-30 18:01:04 -06:00
parent 7c6c3166fb
commit b58c868a8f

View File

@@ -532,7 +532,6 @@ PRResult PRDevice::DriverAuxSendCommands(PRDriverAuxCommand * commands, uint8_t
for (k=0; k<numCommands; k++) { for (k=0; k<numCommands; k++) {
convertedCommand = CreateDriverAuxCommand(commands[k]); convertedCommand = CreateDriverAuxCommand(commands[k]);
commandBuffer[k+1] = convertedCommand; commandBuffer[k+1] = convertedCommand;
printf("\nAux command: %d is %x", k,convertedCommand);
} }
return PrepareWriteData(commandBuffer, numCommands+1); return PrepareWriteData(commandBuffer, numCommands+1);