Skip to content

Commit

Permalink
cpu/samd5x: fix C++ build
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Mar 26, 2024
1 parent 491a1cd commit 16cfaab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpu/samd5x/include/candev_samd5x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/** @} */

0 comments on commit 16cfaab

Please sign in to comment.