mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
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
|
||||
#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*/
|
||||
|
Loading…
Reference in New Issue
Block a user