Skip to content

Commit

Permalink
fixup! fixup! tests: modify driver_at86rf2xx for pure netdev2
Browse files Browse the repository at this point in the history
[ci skip]

[ci skip]
  • Loading branch information
miri64 committed Mar 17, 2016
1 parent a70fc42 commit 0c1b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/driver_at86rf2xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ int main(void)
printf("Initializing AT86RF2xx radio at SPI_%d\n", p->spi);
at86rf2xx_setup(&devs[i], p->spi, p->spi_speed, p->cs_pin,
p->int_pin, p->sleep_pin, p->reset_pin);
dev->driver->init(dev);
dev->event_callback = _event_cb;
dev->driver->init(dev);
}

_recv_pid = thread_create(stack, sizeof(stack), THREAD_PRIORITY_MAIN - 1,
Expand Down

0 comments on commit 0c1b6ae

Please sign in to comment.