Missing semicolon
This commit is contained in:
@@ -275,9 +275,9 @@ typedef struct
|
|||||||
{
|
{
|
||||||
uint8_t count : 7;
|
uint8_t count : 7;
|
||||||
uint8_t cb_en : 1;
|
uint8_t cb_en : 1;
|
||||||
}
|
};
|
||||||
uint8_t value;
|
uint8_t value;
|
||||||
}
|
};
|
||||||
} usbd_sof_t;
|
} usbd_sof_t;
|
||||||
|
|
||||||
tu_static usbd_sof_t _usbd_sof = { .value = 0 };
|
tu_static usbd_sof_t _usbd_sof = { .value = 0 };
|
||||||
|
|||||||
Reference in New Issue
Block a user