mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 09:21:19 +01:00
Merge pull request #8991 from Hyungsin/forupstream_pulse_counter_fix
sys/auto_init: fix syntax error on auto_init_pulse_counter.c
This commit is contained in:
commit
5251e140e6
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user