From 489f9618e8408d4ad1f8b0705348ceb3942b9036 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 28 Mar 2015 23:53:05 +0000 Subject: [PATCH] Update #if guard to match header filename Closes #952 --- cpu/avr/radio/rf230bb/rf230bb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpu/avr/radio/rf230bb/rf230bb.h b/cpu/avr/radio/rf230bb/rf230bb.h index 020c3250f..30de9a1e5 100644 --- a/cpu/avr/radio/rf230bb/rf230bb.h +++ b/cpu/avr/radio/rf230bb/rf230bb.h @@ -49,8 +49,8 @@ * */ -#ifndef RADIO_H -#define RADIO_H +#ifndef RF230BB_H_ +#define RF230BB_H_ /*============================ INCLUDE =======================================*/ #include #include @@ -225,6 +225,6 @@ uint8_t rf230_get_raw_rssi(void); #define rf230_rssi rf230_get_raw_rssi -#endif +#endif /* RF230BB_H_ */ /** @} */ /*EOF*/