Fix log message case

Co-authored-by: tomaszduda23 <tomaszduda23@gmail.com>
This commit is contained in:
Christoph Walcher
2026-07-20 22:12:16 +02:00
committed by GitHub
co-authored by tomaszduda23
parent bec1158775
commit 8463dd22ec
+1 -1
View File
@@ -15,7 +15,7 @@ static const char *const TAG = "zephyr_pwm";
void ZephyrPWMChannel::setup() {
if (!device_is_ready(this->device_)) {
ESP_LOGE(TAG, "pwm is not ready.");
ESP_LOGE(TAG, "PWM is not ready.");
this->mark_failed();
return;
}