1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

core/include/kernel_types.h: re-add c++ compat parts

This commit is contained in:
Kaspar Schleiser 2020-11-23 17:13:35 +01:00
parent d6b6c0e98f
commit 1711b4b649

View File

@ -45,5 +45,13 @@ typedef signed ssize_t;
# endif
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* KERNEL_TYPES_H */
/** @} */