Files
ss/include/lib/rvl/USB.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

13 lines
163 B
C

#ifndef RVL_SDK_PUBLIC_USB_H
#define RVL_SDK_PUBLIC_USB_H
#ifdef __cplusplus
extern "C" {
#endif
#include <lib/rvl/USB/usb.h>
#ifdef __cplusplus
}
#endif
#endif