Skip to content

Commit 52d1fa4

Browse files
authored
adds bool return to rmtSetEOT()
1 parent cd388ee commit 52d1fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-rmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bool rmtInit(int pin, rmt_ch_dir_t channel_direction, rmt_reserve_memsize_t mems
8888
8989
Returns <true> when EOT has been correctly set for <pin>, <false> otherwise.
9090
*/
91-
void rmtSetEOT(int pin, uint8_t EOT_Level);
91+
bool rmtSetEOT(int pin, uint8_t EOT_Level);
9292

9393
/**
9494
Sending data in Blocking Mode.

0 commit comments

Comments
 (0)