add class driver deinit

This commit is contained in:
hathach
2024-04-08 22:07:56 +07:00
parent 47c12a07f2
commit c3c0648456
33 changed files with 292 additions and 113 deletions

View File

@@ -41,7 +41,7 @@ extern "C" {
bool tud_init (uint8_t rhport);
// Deinit device stack on roothub port
void tud_deinit(uint8_t rhport);
bool tud_deinit(uint8_t rhport);
// Check if device stack is already initialized
bool tud_inited(void);