mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 00:33:05 +03:00
12 lines
119 B
C
12 lines
119 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct BadUsbApp BadUsbApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|