A null radio driver that does not do anything - useful in the native port and as a template for new radio drivers
This commit is contained in:
parent
e695e4860d
commit
5292005962
3 changed files with 90 additions and 3 deletions
8
core/dev/nullradio.h
Normal file
8
core/dev/nullradio.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef NULLRADIO_H
|
||||
#define NULLRADIO_H
|
||||
|
||||
#include "dev/radio.h"
|
||||
|
||||
extern const struct radio_driver nullradio_driver;
|
||||
|
||||
#endif /* NULLRADIO_H */
|
Loading…
Add table
Add a link
Reference in a new issue