STM32 V5 source code
guowenxue
2018-02-04 785deec23b4cb1e7c4c4d81eb808f195adb1d98a
1
2
3
4
5
6
7
8
#ifndef NULLRADIO_H
#define NULLRADIO_H
 
#include "dev/radio.h"
 
extern const struct radio_driver nullradio_driver;
 
#endif /* NULLRADIO_H */