From 2b4464e7169dee5d8d58daf15123746ede2c30a2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Feb 2014 18:14:02 -0600 Subject: [PATCH] unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem --- arch/arm/src/samd/sam_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/samd/sam_spi.c b/arch/arm/src/samd/sam_spi.c index 46ea0f4672d..9c9bf522a82 100644 --- a/arch/arm/src/samd/sam_spi.c +++ b/arch/arm/src/samd/sam_spi.c @@ -1550,7 +1550,7 @@ struct spi_dev_s *up_spiinitialize(int port) (void)spi_setfrequency((struct spi_dev_s *)priv, 400000); - /* Set MSB first data order and the configured pad mux setting, + /* Set MSB first data order and the configured pad mux setting, * Note that SPI mode 0 is assumed initially (CPOL=0 and CPHA=0). */