unleashed-firmware/applications/main/gpio/gpio_app.h

11 lines
115 B
C

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