Missing semicolon

This commit is contained in:
Rocky04
2023-09-14 18:50:13 +00:00
parent 997c29ba05
commit 288f24b294

View File

@@ -275,9 +275,9 @@ typedef struct
{
uint8_t count : 7;
uint8_t cb_en : 1;
}
};
uint8_t value;
}
};
} usbd_sof_t;
tu_static usbd_sof_t _usbd_sof = { .value = 0 };