mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-07 17:57:41 +01:00
Fix documentation for gpio_set_irq_enabled (#1470)
Add missing column separator for the table of gpio_irq_level values. Fixes https://github.com/raspberrypi/pico-sdk/issues/1469
This commit is contained in:
parent
fbb0783eb5
commit
81b3200df4
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ enum gpio_drive_strength gpio_get_drive_strength(uint gpio);
|
|||
* Events is a bitmask of the following \ref gpio_irq_level values:
|
||||
*
|
||||
* bit | constant | interrupt
|
||||
* ----|----------------------------------------------------------
|
||||
* ----|---------------------|------------------------------------
|
||||
* 0 | GPIO_IRQ_LEVEL_LOW | Continuously while level is low
|
||||
* 1 | GPIO_IRQ_LEVEL_HIGH | Continuously while level is high
|
||||
* 2 | GPIO_IRQ_EDGE_FALL | On each transition from high to low
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue