mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
started to write common USB code for pl2303, CDC, HID and composite device
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _U_
|
||||
#define _U_ __attribute__((__unused__))
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user