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:
adamdunkels 2010-02-23 18:18:53 +00:00
parent e695e4860d
commit 5292005962
3 changed files with 90 additions and 3 deletions

8
core/dev/nullradio.h Normal file
View 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 */