9 lines
155 B
C
9 lines
155 B
C
|
#ifndef DUMMY154RADIO_H
|
||
|
#define DUMMY154RADIO_H
|
||
|
|
||
|
#include "dev/radio.h"
|
||
|
|
||
|
extern const struct radio_driver dummy_15_4_driver;
|
||
|
|
||
|
#endif /* DUMMY154RADIO_H */
|