fix formatting

This commit is contained in:
Markus Fröschle
2017-04-20 15:22:55 +00:00
parent 11a432e59f
commit b445c02e06
8 changed files with 94 additions and 95 deletions

View File

@@ -40,9 +40,9 @@
*/
typedef struct
{
uint16_t status; /* control and status */
uint16_t length; /* transfer length */
uint8_t *data; /* buffer address */
uint16_t status; /* control and status */
uint16_t length; /* transfer length */
uint8_t *data; /* buffer address */
} FECBD;
/*