Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions platform/emlib/inc/em_eusart.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
#include "em_eusart_compat.h"
#include <stdbool.h>

#ifdef __cplusplus
extern "C" {
#endif

/* *INDENT-OFF* */
// *****************************************************************************
/// @addtogroup eusart EUSART - Extended USART
Expand Down Expand Up @@ -1155,6 +1159,10 @@ __STATIC_INLINE void EUSART_IntSet(EUSART_TypeDef *eusart, uint32_t flags)
eusart->IF_SET = flags;
}

#ifdef __cplusplus
}
#endif

/** @} (end addtogroup eusart) */
#endif /* defined(EUART_PRESENT) || defined(EUSART_PRESENT) */
#endif /* EM_EUSART_H */