mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-21 23:40:54 +08: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.