mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #6045 from miri64/tests/doc/emb6
tests: fix test description for emb6
This commit is contained in:
commit
a518a92268
@ -15,9 +15,7 @@
|
|||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
*
|
*
|
||||||
* This test application tests the gnrc_conn_ip module. If you select protocol 58 you can also
|
* This test application tests the emb6_conn_ip module.
|
||||||
* test if gnrc is able to deal with multiple subscribers to ICMPv6 (gnrc_icmpv6 and this
|
|
||||||
* application).
|
|
||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
@ -94,7 +92,7 @@ int main(void)
|
|||||||
{
|
{
|
||||||
netdev2_t *netdev = (netdev2_t *)&at86rf2xx;
|
netdev2_t *netdev = (netdev2_t *)&at86rf2xx;
|
||||||
|
|
||||||
puts("RIOT lwip test application");
|
puts("RIOT emb6 test application");
|
||||||
|
|
||||||
at86rf2xx_setup(&at86rf2xx, at86rf2xx_params);
|
at86rf2xx_setup(&at86rf2xx, at86rf2xx_params);
|
||||||
netdev->driver->init((netdev2_t *)&at86rf2xx);
|
netdev->driver->init((netdev2_t *)&at86rf2xx);
|
||||||
|
Loading…
Reference in New Issue
Block a user