1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/nrf24l01p: Repair header file include guards

This commit is contained in:
Alexandru Caciulescu 2015-03-23 21:48:52 +02:00
parent 96e6d2aee3
commit 69c4cd2aca

View File

@ -19,8 +19,8 @@
* @}
*/
#ifndef __NRF24L01P_SETTINGS_H
#define __NRF24L01P_SETTINGS_H
#ifndef NRF24L01P_SETTINGS_H
#define NRF24L01P_SETTINGS_H
#ifdef __cplusplus
extern "C" {
@ -127,4 +127,4 @@ extern "C" {
}
#endif
#endif /* __NRF24L01P_SETTINGS_H */
#endif /* NRF24L01P_SETTINGS_H */