Use default chip select 0
This commit is contained in:
parent
202ba76c1e
commit
180935ac9f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#define GPIO_RES 31 /* SODIMM 67 */
|
||||
|
||||
#define SPI_DEVICE 1
|
||||
#define CHIP_SELECT 1
|
||||
#define CHIP_SELECT 0
|
||||
|
||||
char value[10] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9'};
|
||||
|
||||
|
|
Loading…
Reference in a new issue