Skip to content

Commit 81b51b3

Browse files
authored
Update doc comment for default linux gpiochip (#1025)
1 parent 929a5aa commit 81b51b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utility/SPIDEV/gpio.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ typedef uint16_t rf24_gpio_pin_t;
2121
#define RF24_PIN_INVALID 0xFFFF
2222

2323
#ifndef RF24_LINUX_GPIO_CHIP
24-
/**
25-
* The default GPIO chip to use. Defaults to `/dev/gpiochip4` (for RPi5).
26-
* Falls back to `/dev/gpiochip0` if this value is somehow incorrect.
27-
*/
24+
/// The default GPIO chip to use. Defaults to `/dev/gpiochip0`.
2825
#define RF24_LINUX_GPIO_CHIP "/dev/gpiochip0"
2926
#endif
3027

0 commit comments

Comments
 (0)