From 8e6effaa4189bb9c65eaed142d7cc58341b49235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Sun, 4 Aug 2019 10:53:54 +0200 Subject: [PATCH] no printf() in teensy code --- NuEVI/settings.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/NuEVI/settings.cpp b/NuEVI/settings.cpp index c8da141..d6d92d6 100644 --- a/NuEVI/settings.cpp +++ b/NuEVI/settings.cpp @@ -268,11 +268,6 @@ void sendSysexSettings() { uint32_t checksum = crc32(sysex_data, checksum_pos); -/* - printf("CRC len: %d\n", checksum_pos); - printf("CRC32: %X | %u\n", checksum, checksum); -*/ - *(uint32_t*)(sysex_data+checksum_pos) = midi32to28(checksum); usbMIDI.sendSysEx(sysex_size, sysex_data); @@ -305,7 +300,6 @@ bool receiveSysexSettings(const uint8_t* data, const uint16_t length) { //Make sure length of receive buffer is enough to read all we need to. We can accept extra junk at the end though. if(length