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:
parent
78618961f0
commit
2b88c861c9
@ -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 */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user