We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36c13c commit 3fd6bf5Copy full SHA for 3fd6bf5
cpu/native/include/spidev_linux.h
@@ -35,9 +35,9 @@
35
* The first device can be used with SPI_HWCS(0) as CS parameter, the second one
36
* with SPI_HWCS(1) as CS parameter.
37
*
38
- * Multiple SPI busses can be added by increasing NUM_SPI in the Makefile:
+ * Multiple SPI busses can be added by increasing SPI_NUMOF in the Makefile:
39
* ```
40
- * CFLAGS += -DNUM_SPI=n
+ * CFLAGS += -DSPI_NUMOF=n
41
42
43
* The sames goes for the SPI_MAXCS parameter that defines the maximum number of
0 commit comments