Skip to content

Commit

Permalink
Update documentation to reflect current fprime-util impl pathnames (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
celskeggs authored Nov 19, 2024
1 parent d9f8c46 commit 78070d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ With this step completed you can generate a basic implementation with the follow
fprime-util impl
```

`fprime-util impl` creates `HelloWorld.hpp-template` and `HelloWorld.cpp-template` which contain empty functions based on what we have written in the FPP file. While normally one would merge new templates with the existing code, we will instead overwrite the existing implementations as we have not edited those files yet. To do this:
`fprime-util impl` creates `HelloWorld.template.hpp` and `HelloWorld.template.cpp` which contain empty functions based on what we have written in the FPP file. While normally one would merge new templates with the existing code, we will instead overwrite the existing implementations as we have not edited those files yet. To do this:

```bash
mv HelloWorld.template.hpp HelloWorld.hpp
Expand Down

0 comments on commit 78070d1

Please sign in to comment.