Contiki-NG
Loading...
Searching...
No Matches
nullradio.h
1#ifndef NULLRADIO_H
2#define NULLRADIO_H
3
4#include "dev/radio.h"
5
6extern const struct radio_driver nullradio_driver;
7
8#endif /* NULLRADIO_H */
Header file for the radio API.
The structure of a Contiki-NG radio device driver.
Definition radio.h:534