We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6334a02 commit cd7cb8cCopy full SHA for cd7cb8c
cores/esp32/esp32-hal-periman.h
@@ -135,7 +135,7 @@ int8_t perimanGetPinBusChannel(uint8_t pin);
135
bool perimanSetBusDeinit(peripheral_bus_type_t type, peripheral_bus_deinit_cb_t cb);
136
137
// Get the peripheral destructor callback. It allows changing/restoring the peripheral pin function detaching, if necessary
138
-// retrns NULL is none is set
+// returns NULL if none is set
139
peripheral_bus_deinit_cb_t perimanGetBusDeinit(peripheral_bus_type_t type);
140
141
// Check if given pin is a valid GPIO number
0 commit comments