mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-06 13:50:13 +00:00
12 lines
115 B
C
12 lines
115 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct GpioApp GpioApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|