Skip to content

Commit 7310e4b

Browse files
author
fpr
committed
Fix SPI bug due to CS number limitation
Signed-off-by: fpr <fabien.perroquin@wi6labs.com>
1 parent 3af2d2a commit 7310e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/DISCO_L475VG_IOT/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ enum {
7676

7777
//SPI definitions
7878
//define 16 channels. As many channel as digital IOs
79-
#define SPI_CHANNELS_NUM 16
79+
#define SPI_CHANNELS_NUM DEND
8080

8181
//default chip salect pin
8282
#define BOARD_SPI_DEFAULT_SS 10

0 commit comments

Comments
 (0)