Skip to content

Commit

Permalink
drivers/include/nrf24l01: Repair header file include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Darredevil committed Mar 24, 2015
1 parent 7861896 commit 2b88c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/include/nrf24l01p.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef __NRF24L01P_H
#define __NRF24L01P_H
#ifndef NRF24L01P_H
#define NRF24L01P_H

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -583,5 +583,5 @@ void nrf24l01p_rx_cb(void *arg);
}
#endif

#endif /* __NRF24L01P_H */
#endif /* NRF24L01P_H */
/** @} */

0 comments on commit 2b88c86

Please sign in to comment.