Skip to content

Commit 7fffb38

Browse files
SuGliderCopilot
andauthored
fix(rmt): adds missing return value
Co-authored-by: Copilot <[email protected]>
1 parent 4d836d0 commit 7fffb38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal-rmt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ bool rmtWriteRepeated(int pin, rmt_data_t *data, size_t num_rmt_symbols, uint32_
443443
return _rmtWrite(pin, data, num_rmt_symbols, false /*blocks*/, loop_count /*looping*/, 0 /*N/A*/);
444444
#else
445445
log_e("RMT TX GPIO %d : Loop Count is not supported. Writing failed.", pin);
446+
return false;
446447
#endif
447448
}
448449
}

0 commit comments

Comments
 (0)