Skip to content

Commit cd7cb8c

Browse files
SuGliderCopilot
andauthored
fix(periman): comment typo
Co-authored-by: Copilot <[email protected]>
1 parent 6334a02 commit cd7cb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-periman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int8_t perimanGetPinBusChannel(uint8_t pin);
135135
bool perimanSetBusDeinit(peripheral_bus_type_t type, peripheral_bus_deinit_cb_t cb);
136136

137137
// Get the peripheral destructor callback. It allows changing/restoring the peripheral pin function detaching, if necessary
138-
// retrns NULL is none is set
138+
// returns NULL if none is set
139139
peripheral_bus_deinit_cb_t perimanGetBusDeinit(peripheral_bus_type_t type);
140140

141141
// Check if given pin is a valid GPIO number

0 commit comments

Comments
 (0)