disable some debug output

This commit is contained in:
iceman1001 2017-07-28 03:00:28 +02:00
commit 9ca75c1cfd
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@ static UsbCommand txcmd;
volatile static bool txcmd_pending = false;
void SendCommand(UsbCommand *c) {
#if 1
#if 0
pthread_mutex_lock(&print_lock);
printf("Sending %d bytes\n", sizeof(UsbCommand));
pthread_mutex_unlock(&print_lock);