19 lines
234 B
C
19 lines
234 B
C
//
|
|
// Created by erki on 4.06.22.
|
|
//
|
|
|
|
#ifndef SKL_TUNNEL_RADIO_GPIO_H
|
|
#define SKL_TUNNEL_RADIO_GPIO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void radio_gpio_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //SKL_TUNNEL_RADIO_GPIO_H
|