mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/samd5x: fix C++ build
This commit is contained in:
parent
491a1cdf2b
commit
16cfaab235
@ -152,5 +152,10 @@ void candev_samd5x_enter_sleep_mode(candev_t *candev);
|
||||
void candev_samd5x_exit_sleep_mode(candev_t *candev);
|
||||
|
||||
#endif /* CAN_INST_NUM */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CANDEV_SAMD5X_H */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user