mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00: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:
parent
462ea02c0c
commit
2b4464e716
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue