Skip to content

Commit

Permalink
boards/samr30-xpro: added ztimer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jue89 authored and fjmolinas committed Mar 9, 2022
1 parent f0c3672 commit 96ac811
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/samr30-xpro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ enum {
#endif
/** @} */

/**
* @name ztimer configuration
* @{
*/
#define CONFIG_ZTIMER_USEC_ADJUST_SET (19)
#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (23)
#define CONFIG_ZTIMER_USEC_REQUIRED_PM_MODE (1)
/** @} */

/**
* @brief Set antenna switch
*/
Expand Down

0 comments on commit 96ac811

Please sign in to comment.