File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ static struct gpio_esp32_data gpio_data_pins_0_to_31 = {
312312#endif
313313
314314#if defined(CONFIG_GPIO_ESP32_1 )
315- static struct gpio_esp32_data gpio_data_pins_32_to_63 = {
315+ static struct gpio_esp32_data gpio_data_pins_32_to_39 = {
316316 .port = {
317317 .write = {
318318 .set_reg = (u32_t * )GPIO_OUT1_W1TS_REG ,
@@ -349,7 +349,7 @@ GPIO_DEVICE_INIT(CONFIG_GPIO_ESP32_0_NAME, 0_to_31);
349349#endif
350350
351351#if defined(CONFIG_GPIO_ESP32_1 )
352- GPIO_DEVICE_INIT (CONFIG_GPIO_ESP32_1_NAME , 32 _to_63 );
352+ GPIO_DEVICE_INIT (CONFIG_GPIO_ESP32_1_NAME , 32 _to_39 );
353353#endif
354354
355355static void gpio_esp32_isr (void * param )
@@ -358,7 +358,7 @@ static void gpio_esp32_isr(void *param)
358358 gpio_esp32_fire_callbacks (DEVICE_GET (gpio_esp32_0_to_31 ));
359359#endif
360360#if defined(CONFIG_GPIO_ESP32_1 )
361- gpio_esp32_fire_callbacks (DEVICE_GET (gpio_esp32_32_to_63 ));
361+ gpio_esp32_fire_callbacks (DEVICE_GET (gpio_esp32_32_to_39 ));
362362#endif
363363
364364 ARG_UNUSED (param );
You can’t perform that action at this time.
0 commit comments