sys/ztimer: fix extern "C" guard at the end of ztimer.h and ztimer/config.h
This commit is contained in:
parent
da2230df48
commit
4967b141fa
@ -549,7 +549,7 @@ extern ztimer_clock_t *const ZTIMER_USEC_BASE;
|
|||||||
extern ztimer_clock_t *const ZTIMER_MSEC_BASE;
|
extern ztimer_clock_t *const ZTIMER_MSEC_BASE;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* ZTIMER_H */
|
#endif /* ZTIMER_H */
|
||||||
|
|||||||
@ -117,5 +117,9 @@ extern "C" {
|
|||||||
#define CONFIG_ZTIMER_MSEC_REQUIRED_PM_MODE ZTIMER_CLOCK_NO_REQUIRED_PM_MODE
|
#define CONFIG_ZTIMER_MSEC_REQUIRED_PM_MODE ZTIMER_CLOCK_NO_REQUIRED_PM_MODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* ZTIMER_CONFIG_H */
|
#endif /* ZTIMER_CONFIG_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user