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 = {
312
312
#endif
313
313
314
314
#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 = {
316
316
.port = {
317
317
.write = {
318
318
.set_reg = (u32_t * )GPIO_OUT1_W1TS_REG ,
@@ -349,7 +349,7 @@ GPIO_DEVICE_INIT(CONFIG_GPIO_ESP32_0_NAME, 0_to_31);
349
349
#endif
350
350
351
351
#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 );
353
353
#endif
354
354
355
355
static void gpio_esp32_isr (void * param )
@@ -358,7 +358,7 @@ static void gpio_esp32_isr(void *param)
358
358
gpio_esp32_fire_callbacks (DEVICE_GET (gpio_esp32_0_to_31 ));
359
359
#endif
360
360
#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 ));
362
362
#endif
363
363
364
364
ARG_UNUSED (param );
You can’t perform that action at this time.
0 commit comments