drivers/include/nrf24l01: Repair header file include guards
This commit is contained in:
parent
78618961f0
commit
2b88c861c9
@ -20,8 +20,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __NRF24L01P_H
|
#ifndef NRF24L01P_H
|
||||||
#define __NRF24L01P_H
|
#define NRF24L01P_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -583,5 +583,5 @@ void nrf24l01p_rx_cb(void *arg);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __NRF24L01P_H */
|
#endif /* NRF24L01P_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user