9 lines
142 B
C
9 lines
142 B
C
|
#ifndef NULLRADIO_H
|
||
|
#define NULLRADIO_H
|
||
|
|
||
|
#include "dev/radio.h"
|
||
|
|
||
|
extern const struct radio_driver nullradio_driver;
|
||
|
|
||
|
#endif /* NULLRADIO_H */
|