mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/periph_timer: Update to match timer_init API change
This commit is contained in:
parent
d24cdd7cde
commit
92d1bf7a36
@ -32,7 +32,7 @@
|
||||
#endif
|
||||
|
||||
#define MAX_CHANNELS (10U)
|
||||
#define TIM_SPEED (1U) /* try to run with 1MHz */
|
||||
#define TIM_SPEED (1000000ul) /* try to run with 1MHz */
|
||||
#define CHAN_OFFSET (5000U) /* fire every 5ms */
|
||||
|
||||
static volatile int fired;
|
||||
|
Loading…
Reference in New Issue
Block a user