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

Merge pull request #17466 from aabadie/pr/examples/suit_update_readme_fix

examples/suit_update: fix test instructions in README
This commit is contained in:
Alexandre Abadie 2022-01-04 15:00:10 +01:00 committed by GitHub
commit 3c5c351ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```