1
0
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:
Joakim Nohlgård 2015-10-04 00:19:56 +02:00
parent d24cdd7cde
commit 92d1bf7a36

View File

@ -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;