SPI transfer: minor fix to type and comments

This commit is contained in:
Gregory Nutt
2016-08-05 14:18:40 -06:00
parent 50e9a5fa33
commit 2f7cae6e4a
+2 -2
View File
@@ -81,9 +81,9 @@ struct spi_trans_s
bool cmd; /* true=command; false=data */ bool cmd; /* true=command; false=data */
#endif #endif
#ifdef CONFIG_SPI_HWFEATURES #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 #endif
uint32_t delay; /* Microsecond delay after transfer */ useconds_t delay; /* Microsecond delay after transfer */
/* These describe the single data transfer */ /* These describe the single data transfer */