diff options
Diffstat (limited to 'cmd/cmd_spi.c')
-rw-r--r-- | cmd/cmd_spi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/cmd_spi.c b/cmd/cmd_spi.c index bfda27c..668aeb3 100644 --- a/cmd/cmd_spi.c +++ b/cmd/cmd_spi.c @@ -17,7 +17,7 @@ char _spi_str_spi[]="""\ | MOSI |\n\ | SCK |\n\ | CS |\n\ ---------\n\ +--------\ """; char _spi_str_slave[]="""\ @@ -27,7 +27,7 @@ slave\n\ | MOSI |<-\n\ | SCK |<-\n\ | CS |<-\n\ ---------\n\ +--------\ """; char _spi_str_master[]="""\ @@ -37,12 +37,12 @@ master\n\ | MOSI |>-\n\ | SCK |>-\n\ | CS |>-\n\ ---------\n\ +--------\ """; char *_spi_help_table[] = { - "help" ,"MODES,SPI,SLAVE,MASTER,MISO,MOSI,SCK,HOLD,CS", + "HELP" ,"MODES,SPI,SLAVE,MASTER,MISO,MOSI,SCK,HOLD,CS", "MODES" ,"QUAD(4-wires),DOUBLE(3-wires),SINGLE(2-wires)", "SPI" ,_spi_str_spi, "SLAVE" ,_spi_str_slave, |