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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user