mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-11 23:45:13 +00:00
Previously, when delay control was enabled, spi_transfer would pass junk values down to the underlying driver because these values where not initialized. Setting them to zero provides a predictable result considering they are not controlled by this tool. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| spi_bus.c | ||
| spi_common.c | ||
| spi_devif.c | ||
| spi_exch.c | ||
| spi_main.c | ||
| spitool.h | ||