Skip to content

Commit 965c838

Browse files
committed
tests/pkg/emlearn: fix wrong model header file name in README
1 parent e49b7fd commit 965c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pkg/emlearn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ The application comes with 3 Python scripts:
3535
$ ./train_model.py
3636
```
3737
will just train the model.
38-
- `generate_model.py` is used to generate the `sonar.h` header file from the
38+
- `generate_model.py` is used to generate the `model.h` header file from the
3939
`model` binary file. The script is called automatically by the build system
4040
when the `model` binary file is updated.

0 commit comments

Comments
 (0)