1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

drivers/include/nrf24l01: Repair header file include guards

This commit is contained in:
Alexandru Caciulescu 2015-03-23 22:07:11 +02:00
parent 78618961f0
commit 2b88c861c9

View File

@ -20,8 +20,8 @@
*
*/
#ifndef __NRF24L01P_H
#define __NRF24L01P_H
#ifndef NRF24L01P_H
#define NRF24L01P_H
#ifdef __cplusplus
extern "C" {
@ -583,5 +583,5 @@ void nrf24l01p_rx_cb(void *arg);
}
#endif
#endif /* __NRF24L01P_H */
#endif /* NRF24L01P_H */
/** @} */