mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
7 lines
93 B
C
7 lines
93 B
C
#ifndef AT86RF231_SPI1_H_
|
|
#define AT86RF231_SPI1_H_
|
|
|
|
void at86rf231_spi1_init(void);
|
|
|
|
#endif
|