making dead code!

This commit is contained in:
rusefi 2020-06-13 11:54:19 -04:00
parent c840d41b6c
commit 685ebf1f40
1 changed files with 3 additions and 1 deletions

View File

@ -367,7 +367,9 @@ static void handleCrc32Check(ts_channel_s *tsChannel, ts_response_format_e mode,
uint32_t crc = SWAP_UINT32(crc32((void * ) getWorkingPageAddr(), count));
scheduleMsg(&tsLogger, "CRC32 response: %x", crc);
#if 0
scheduleMsg(&tsLogger, "Sending CRC32 response: %x", crc);
#endif
sr5SendResponse(tsChannel, mode, (const uint8_t *) &crc, 4);
}