mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
include/nuttx/sensors: fix reference to non-existent readme
fix reference to non-existent readme and point to the Documentation. Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
* Driver usage notes:
|
||||
*
|
||||
* This driver supports the Common Sensor Register Interface.
|
||||
* See drivers/sensors/README.txt for details.
|
||||
* See Documentation/components/drivers/special/sensors/sensors_cluster.rst
|
||||
* for details.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -61,10 +61,8 @@
|
||||
* DMA is not worthwhile.
|
||||
*
|
||||
* This driver supports the Common Sensor Register Interface.
|
||||
* See drivers/sensors/README.txt for details.
|
||||
*
|
||||
* This driver supports the Sensor Cluster Driver Interface.
|
||||
* See drivers/sensors/README.txt for details.
|
||||
* See Documentation/components/drivers/special/sensors/sensors_cluster.rst
|
||||
* for details.
|
||||
*
|
||||
* It also extends the interface by permitting cluster driver calls to
|
||||
* a function that is intended to perform high performance DMA SPI exchange
|
||||
|
||||
@@ -69,10 +69,8 @@
|
||||
* Use the Cluster Driver Interface to perform DMA block transfers.
|
||||
*
|
||||
* This driver supports the Common Sensor Register Interface.
|
||||
* See drivers/sensors/README.txt for details.
|
||||
*
|
||||
* This driver supports the Sensor Cluster Driver Interface.
|
||||
* See drivers/sensors/README.txt for details.
|
||||
* See Documentation/components/drivers/special/sensors/sensors_cluster.rst
|
||||
* for details.
|
||||
*
|
||||
* It also extends the interface by permitting cluster driver calls to
|
||||
* a function that is intended to perform high performance DMA SPI exchange
|
||||
|
||||
Reference in New Issue
Block a user