1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 00:41:17 +01:00

tests/emcute: Fix README

This commit is contained in:
Vera Clemens 2021-06-25 18:32:48 +02:00
parent b0f4781e15
commit 7ecdf00f53

View File

@ -4,5 +4,5 @@ This is a test application for emcute. It is supposed to be run with the test
scripts in `tests/`:
```
BOARD="<your choice> make flash test"
BOARD="<your choice> make flash test-as-root"
```