Use default chip select 0

This commit is contained in:
Sanchayan Maity 2017-08-16 15:53:01 +05:30
parent 202ba76c1e
commit 180935ac9f
1 changed files with 1 additions and 1 deletions

View File

@ -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'};