We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929a5aa commit 81b51b3Copy full SHA for 81b51b3
utility/SPIDEV/gpio.h
@@ -21,10 +21,7 @@ typedef uint16_t rf24_gpio_pin_t;
21
#define RF24_PIN_INVALID 0xFFFF
22
23
#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
- */
+ /// The default GPIO chip to use. Defaults to `/dev/gpiochip0`.
28
#define RF24_LINUX_GPIO_CHIP "/dev/gpiochip0"
29
#endif
30
0 commit comments