Skip to content

Commit 81b3200

Browse files
authored
Fix documentation for gpio_set_irq_enabled (#1470)
Add missing column separator for the table of gpio_irq_level values. Fixes #1469
1 parent fbb0783 commit 81b3200

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_gpio/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_gpio/include/hardware/gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ enum gpio_drive_strength gpio_get_drive_strength(uint gpio);
370370
* Events is a bitmask of the following \ref gpio_irq_level values:
371371
*
372372
* bit | constant | interrupt
373-
* ----|----------------------------------------------------------
373+
* ----|---------------------|------------------------------------
374374
* 0 | GPIO_IRQ_LEVEL_LOW | Continuously while level is low
375375
* 1 | GPIO_IRQ_LEVEL_HIGH | Continuously while level is high
376376
* 2 | GPIO_IRQ_EDGE_FALL | On each transition from high to low

0 commit comments

Comments
 (0)