change error type to lower case for more consistency
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#include "class/cdc.h"
|
||||
#endif
|
||||
|
||||
TUSB_Error_t tusb_init(void);
|
||||
tusb_error_t tusb_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user