Skip to content
Snippets Groups Projects
Commit 2f7cae6e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SPI transfer: minor fix to type and comments

parent 50e9a5fa
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,9 @@ struct spi_trans_s
bool cmd; /* true=command; false=data */
#endif
#ifdef CONFIG_SPI_HWFEATURES
spi_hwfeatures_t hwfeat; /* Hard features to enable on this transfer */
spi_hwfeatures_t hwfeat; /* H/W features to enable on this transfer */
#endif
uint32_t delay; /* Microsecond delay after transfer */
useconds_t delay; /* Microsecond delay after transfer */
/* These describe the single data transfer */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment