Skip to content

Commit 6334a02

Browse files
authored
fix(periman): function name is GET
1 parent 4b1ddcf commit 6334a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-periman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bool perimanSetBusDeinit(peripheral_bus_type_t type, peripheral_bus_deinit_cb_t
236236
return true;
237237
}
238238

239-
peripheral_bus_deinit_cb_t perimanSetBusDeinit(peripheral_bus_type_t type) {
239+
peripheral_bus_deinit_cb_t perimanGetBusDeinit(peripheral_bus_type_t type) {
240240
if (type >= ESP32_BUS_TYPE_MAX || type == ESP32_BUS_TYPE_INIT) {
241241
log_e("Invalid type: %s (%u)", perimanGetTypeName(type), (unsigned int)type);
242242
return NULL;

0 commit comments

Comments
 (0)