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