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:
parent
96e6d2aee3
commit
69c4cd2aca
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user