1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

gnrc_tcp: Update test documentation

This commit is contained in:
Simon Brummer 2021-02-28 13:30:32 +01:00
parent 89939aadb7
commit 5dbeba4f12

View File

@ -41,6 +41,6 @@ or by executing the following commands:
Usage
==========
make BOARD=<BOARD_NAME> all flash
sudo make BOARD=<BOARD_NAME> test
sudo make BOARD=<BOARD_NAME> test-as-root
'sudo' is required due to ethos and raw socket usage.