Skip to content

Commit a995b97

Browse files
authored
Missed doc change in #850 (#2302)
1 parent 26e7dc5 commit a995b97

File tree

1 file changed

+2
-0
lines changed
  • src/rp2_common/hardware_gpio/include/hardware

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,8 @@ static inline void gpio_add_raw_irq_handler(uint gpio, irq_handler_t handler) {
782782
*
783783
* This method removes such a callback, and enables the "default" callback for the specified GPIOs.
784784
*
785+
* \note You should always use the same gpio_mask as you used when you added the raw IRQ handler.
786+
*
785787
* @param gpio_mask a bit mask of the GPIO numbers that will now be passed to the default callback for this core
786788
* @param handler the handler to remove from the list of GPIO IRQ handlers for this core
787789
*/

0 commit comments

Comments
 (0)