STM32 V5 source code
guowenxue
2018-05-16 8a8715e9d87d63c5908f8e00d1b5fe3595e41c41
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 */