1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

*: fix mismatching endifs for header guards

This commit is contained in:
Oleg Hahm 2017-01-18 15:07:35 +01:00
parent 7ee7801c10
commit 3c6678b037
22 changed files with 22 additions and 22 deletions

View File

@ -463,4 +463,4 @@ void display_all_off(void);
}
#endif
#endif /* DISPLAY_ */
#endif /* DISPLAY_H */

View File

@ -24,4 +24,4 @@ extern "C" {
}
#endif
#endif
#endif /* BUTTONS_H */

View File

@ -61,5 +61,5 @@ extern "C" {
}
#endif
#endif /* BOARD-CONF_H */
#endif /* BOARD_COMMON_H */
/** @} */

View File

@ -132,5 +132,5 @@ void board_init(void);
}
#endif
#endif /* __BOARD_H */
#endif /* BOARD_H */
/** @} */

View File

@ -293,5 +293,5 @@ static const pwm_conf_t pwm_config[] = {
}
#endif
#endif /* __PERIPH_CONF_H */
#endif /* PERIPH_CONF_H */
/** @} */

View File

@ -37,7 +37,7 @@ extern "C" {
}
#endif
#endif
#endif /* QEMU_I386_BOARD_H */
/**
* @}

View File

@ -36,6 +36,6 @@ extern "C" {
}
#endif
#endif
#endif /* QEMU_I386_CPU_CONF_H */
/** @} */

View File

@ -19,4 +19,4 @@ extern "C" {
}
#endif
#endif /* BOARD-CONF_H */
#endif /* BOARD_CONF_H */

View File

@ -34,4 +34,4 @@ extern "C" {
#endif
/** @} */
#endif /* BOARD-CONF_H */
#endif /* BOARD_CONF_H */

View File

@ -89,4 +89,4 @@ bool cpu_install_irq(int IntNumber, void *HandlerAddr, int Priority);
#endif
/** @} */
#endif /* VIC_H_*/
#endif /* VIC_H */

View File

@ -64,4 +64,4 @@ uint8_t iap_get_sector(uint32_t addr);
#endif
#endif /*IAP_H_*/
#endif /* IAP_H */

View File

@ -77,4 +77,4 @@ void SystemCoreClockUpdate(void);
}
#endif
#endif /* #if !defined(SYSTEM_MK60D10_H_) */
#endif /* #if !defined(SYSTEM_MK60D10_H) */

View File

@ -42,6 +42,6 @@ extern "C" {
}
#endif
#endif /* __CPU_CONF_H */
#endif /* CPUCONF_H */
/** @} */
/** @} */

View File

@ -131,6 +131,6 @@ static inline void cpu_print_last_instruction(void)
}
#endif
#endif
#endif /* CPU_X86_CPU_H */
/** @} */

View File

@ -159,5 +159,5 @@ extern const gnrc_netdev_driver_t kw2xrf_driver;
}
#endif
#endif
#endif /* MKW2XDRF_H */
/** @} */

View File

@ -105,4 +105,4 @@ uint8_t sht11_read_status(uint8_t *p_value, uint8_t *p_checksum);
#endif
/** @} */
#endif /*SHT11_H_*/
#endif /* SHT11_H */

View File

@ -47,4 +47,4 @@ int day_of_week(int day, int month, int year);
#endif
/** @} */
#endif // _C_FUNCTIONS_H
#endif /* C_FUNCTIONS_H */

View File

@ -60,4 +60,4 @@ private:
};
/** @} */
#endif //__CPP_CLASS__
#endif /* CPP_CLASS_H */

View File

@ -70,4 +70,4 @@ int cipher_decrypt_ctr(cipher_t* cipher, uint8_t nonce_counter[16],
}
#endif
#endif /* CRYPTO_MODES_CTR_H_*/
#endif /* CRYPTO_MODES_CTR_H */

View File

@ -59,4 +59,4 @@ int cipher_decrypt_ecb(cipher_t* cipher, uint8_t* input, size_t length,
}
#endif
#endif /* CRYPTO_MODES_ECB_H_*/
#endif /* CRYPTO_MODES_ECB_H */

View File

@ -302,4 +302,4 @@ static inline bool xtimer_less64(xtimer_ticks64_t a, xtimer_ticks64_t b)
}
#endif
#endif
#endif /* XTIMER_IMPLEMENTATION_H */

View File

@ -91,7 +91,7 @@ int pthread_spin_unlock(pthread_spinlock_t *lock);
}
#endif
#endif
#endif /* SYS_POSIX_PTHREAD_SPIN_H */
/**
* @}