Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix test description for emb6 #6045

Merged
merged 1 commit into from
Nov 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions tests/emb6/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
*
* @author Martine Lenders <[email protected]>
*
* This test application tests the gnrc_conn_ip module. If you select protocol 58 you can also
* test if gnrc is able to deal with multiple subscribers to ICMPv6 (gnrc_icmpv6 and this
* application).
* This test application tests the emb6_conn_ip module.
*
* @}
*/
Expand Down Expand Up @@ -94,7 +92,7 @@ int main(void)
{
netdev2_t *netdev = (netdev2_t *)&at86rf2xx;

puts("RIOT lwip test application");
puts("RIOT emb6 test application");

at86rf2xx_setup(&at86rf2xx, at86rf2xx_params);
netdev->driver->init((netdev2_t *)&at86rf2xx);
Expand Down