started to write common USB code for pl2303, CDC, HID and composite device

This commit is contained in:
Edward Emelianov
2024-11-30 23:29:26 +03:00
parent cd17777c4d
commit d8284ea725
22 changed files with 1371 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
#include <stdint.h>
#ifndef _U_
#define _U_ __attribute__((__unused__))
#endif
#ifndef TRUE
#define TRUE 1
#endif