skl-tunnel/radio/include/radio_spi.h
2022-06-16 23:39:07 +03:00

21 lines
284 B
C

//
// Created by erki on 4.06.22.
//
#ifndef SKL_TUNNEL_RADIO_SPI_H
#define SKL_TUNNEL_RADIO_SPI_H
#ifdef __cplusplus
extern "C" {
#endif
#include <hal_spi_m_sync.h>
struct spi_m_sync_descriptor* radio_spi_init(void);
#ifdef __cplusplus
}
#endif
#endif //SKL_TUNNEL_RADIO_SPI_H