mirror of
https://github.com/ravinrabbid/DonCon2040.git
synced 2025-02-16 10:32:35 +01:00
12 lines
182 B
C
12 lines
182 B
C
#ifndef _USB_DEVICE_VENDOR_COMMON_H_
|
|
#define _USB_DEVICE_VENDOR_COMMON_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _USB_DEVICE_VENDOR_COMMON_H_
|