mirror of
https://github.com/ravinrabbid/DonCon2040.git
synced 2025-02-19 19:41:44 +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_
|