sys/auto_init: fix syntax error on auto_init_pulse_counter.c

This commit is contained in:
Hyungsin 2018-04-19 19:17:02 -07:00
parent bce6216ec9
commit 770b74636b

View File

@ -52,7 +52,7 @@ extern saul_driver_t pulse_counter_saul_driver;
void auto_init_pulse_counter(void)
{
assert(PULSE_COUNTER_NUM == PULSE_COUNTER_INFO_NUM)
assert(PULSE_COUNTER_NUM == PULSE_COUNTER_INFO_NUM);
for (unsigned i = 0; i < PULSE_COUNTER_NUM; i++) {
LOG_DEBUG("[auto_init_saul] initializing pulse_counter #%u\n", i);