tests/periph_timer: Update to match timer_init API change

pr/gpio
Joakim Nohlgård 8 years ago
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…
Cancel
Save