1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/suit_update: fix test instructions in README

This commit is contained in:
Alexandre Abadie 2022-01-04 10:08:36 +01:00
parent 07e46cef0e
commit fbf2179fa5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -663,5 +663,5 @@ To run the test,
- run the test:
```
$ make -C examples/suit_update test
$ make -C examples/suit_update test-with-config
```