Skip to content

Commit ad22517

Browse files
committed
fix define error left ; at the end
1 parent 8c0f899 commit ad22517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/sen5x/sen5x.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include "esphome/core/log.h"
55
#include <cinttypes>
66

7-
#define ESP_LOG_MSG_CO2_CAL_FAIL "Perform Forced CO₂ Calibration failed";
8-
#define ESP_LOG_MSG_ACT_SHT_HEATER_FAIL "Activate SHT Heater failed";
9-
#define ESP_LOG_MSG_FAN_CLEAN_FAIL "Fan Cleaning failed";
7+
#define ESP_LOG_MSG_CO2_CAL_FAIL "Perform Forced CO₂ Calibration failed"
8+
#define ESP_LOG_MSG_ACT_SHT_HEATER_FAIL "Activate SHT Heater failed"
9+
#define ESP_LOG_MSG_FAN_CLEAN_FAIL "Fan Cleaning failed"
1010

1111
namespace esphome {
1212
namespace sen5x {

0 commit comments

Comments
 (0)