Update #if guard to match header filename

Closes #952
This commit is contained in:
George Oikonomou 2015-03-28 23:53:05 +00:00
parent 48e987baac
commit 489f9618e8

View file

@ -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*/