Skip to content

Commit

Permalink
remove additional blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc-g committed May 13, 2024
1 parent 9782838 commit 3805336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/xtensa/src/esp32s3/esp32s3_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ void esp32s3_gpioirqdisable(int irq)
putreg32(1 << (pin - 32), GPIO_STATUS1_W1TC_REG);
}


/* Configuration done. Re-enable the GPIO interrupt. */

up_enable_irq(ESP32S3_IRQ_GPIO_INT_CPU);
Expand Down

0 comments on commit 3805336

Please sign in to comment.