9 lines
165 B
C
9 lines
165 B
C
|
#ifndef CC2520154RADIO_H
|
||
|
#define CC2520154RADIO_H
|
||
|
|
||
|
#include "dev/radio.h"
|
||
|
|
||
|
extern const struct radio_driver cc2520_15_4_radio_driver;
|
||
|
|
||
|
#endif /* CC2520154RADIO_H */
|