Skip to content

Commit 5ab1ee5

Browse files
authored
fix(rmt): remove repeated function name in log msg
1 parent b9a054f commit 5ab1ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-rmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ bool rmtWriteRepeated(int pin, rmt_data_t *data, size_t num_rmt_symbols, uint32_
442442
#if SOC_RMT_SUPPORT_TX_LOOP_COUNT
443443
return _rmtWrite(pin, data, num_rmt_symbols, false /*blocks*/, loop_count /*looping*/, 0 /*N/A*/);
444444
#else
445-
log_e("RMT TX GPIO %d - rmtWriteRepeated: Loop Count is not supported. Writing failed.", pin);
445+
log_e("RMT TX GPIO %d : Loop Count is not supported. Writing failed.", pin);
446446
#endif
447447
}
448448
}

0 commit comments

Comments
 (0)