Merge pull request #1011 from g-oikonomou/contrib/rf230bb-guard

Update #if guard to match header filename
This commit is contained in:
Adam Dunkels 2015-03-30 08:05:34 +02:00
commit 060bc8f8d7

View file

@ -49,8 +49,8 @@
*
*/
#ifndef RADIO_H
#define RADIO_H
#ifndef RF230BB_H_
#define RF230BB_H_
/*============================ INCLUDE =======================================*/
#include <stdint.h>
#include <stdbool.h>
@ -225,6 +225,6 @@ uint8_t rf230_get_raw_rssi(void);
#define rf230_rssi rf230_get_raw_rssi
#endif
#endif /* RF230BB_H_ */
/** @} */
/*EOF*/