1
0
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:
Benjamin Valentin 2024-03-27 00:15:36 +01:00
parent 491a1cdf2b
commit 16cfaab235

View File

@ -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 */
/** @} */