mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user