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:
parent
d6b6c0e98f
commit
1711b4b649
@ -45,5 +45,13 @@ typedef signed ssize_t;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* KERNEL_TYPES_H */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user