Cosmetic changes

This commit is contained in:
Gregory Nutt
2014-10-27 07:57:12 -06:00
parent 818f4c8675
commit fe6f857f13
+1 -1
View File
@@ -169,7 +169,7 @@ struct efm32_spidev_s
uint8_t mode; /* Mode 0,1,2,3 */
#endif
uint8_t nbits; /* Width of word in bits (8 or 16) */
uint8_t nbits; /* Width of word in bits (4-16) */
bool initialized; /* True: Already initialized */
};