Merge pull request #1011 from g-oikonomou/contrib/rf230bb-guard
Update #if guard to match header filename
This commit is contained in:
commit
060bc8f8d7
|
@ -49,8 +49,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef RADIO_H
|
#ifndef RF230BB_H_
|
||||||
#define RADIO_H
|
#define RF230BB_H_
|
||||||
/*============================ INCLUDE =======================================*/
|
/*============================ INCLUDE =======================================*/
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -225,6 +225,6 @@ uint8_t rf230_get_raw_rssi(void);
|
||||||
|
|
||||||
#define rf230_rssi rf230_get_raw_rssi
|
#define rf230_rssi rf230_get_raw_rssi
|
||||||
|
|
||||||
#endif
|
#endif /* RF230BB_H_ */
|
||||||
/** @} */
|
/** @} */
|
||||||
/*EOF*/
|
/*EOF*/
|
||||||
|
|
Loading…
Reference in a new issue