Flipper/Applications/Official/source-OLDER/xMasterX/flipperzero_gpioreader/gpio_app.h

12 lines
115 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct GpioApp GpioApp;
#ifdef __cplusplus
}
#endif