mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
19 lines
228 B
C
19 lines
228 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct Esp32UsbDeviceConfig {
|
|
int _unused;
|
|
};
|
|
|
|
struct Esp32UsbDeviceChildConfig {
|
|
int _unused;
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|