Skip to content

Commit

Permalink
Supressing compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Oct 8, 2023
1 parent 4be895b commit 62df10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WeatherSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,8 @@ DecodeStatus WeatherSensor::decodeBresserLeakagePayload(const uint8_t *msg, uint
{
#if CORE_DEBUG_LEVEL == ARDUHAL_LOG_LEVEL_VERBOSE
log_message("Data", msg, msgSize);
#else
(void)msgSize;
#endif

// Verify CRC (CRC16/XMODEM)
Expand Down

0 comments on commit 62df10c

Please sign in to comment.