Skip to content

Commit

Permalink
boards/waspmote-pro: fix ztimer config
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Apr 14, 2024
1 parent 3cdc437 commit ff27ca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/waspmote-pro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ extern "C" {
* @name ztimer configuration values
* @{
*/
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
#define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0))
#define CONFIG_ZTIMER_USEC_FREQ (230400LU)
#define CONFIG_ZTIMER_USEC_WIDTH (16)
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
#define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0))
#define CONFIG_ZTIMER_USEC_BASE_FREQ (230400LU)

Check failure on line 179 in boards/waspmote-pro/include/board.h

View workflow job for this annotation

GitHub Actions / static-tests

Member CONFIG_ZTIMER_USEC_BASE_FREQ (macro definition) of file board.h is not documented.
#define CONFIG_ZTIMER_USEC_WIDTH (16)
/** @} */

/**
Expand Down

0 comments on commit ff27ca4

Please sign in to comment.