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 fbb0783 commit 81b3200Copy full SHA for 81b3200
src/rp2_common/hardware_gpio/include/hardware/gpio.h
@@ -370,7 +370,7 @@ enum gpio_drive_strength gpio_get_drive_strength(uint gpio);
370
* Events is a bitmask of the following \ref gpio_irq_level values:
371
*
372
* bit | constant | interrupt
373
- * ----|----------------------------------------------------------
+ * ----|---------------------|------------------------------------
374
* 0 | GPIO_IRQ_LEVEL_LOW | Continuously while level is low
375
* 1 | GPIO_IRQ_LEVEL_HIGH | Continuously while level is high
376
* 2 | GPIO_IRQ_EDGE_FALL | On each transition from high to low
0 commit comments