Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rokath/trice
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath committed May 22, 2024
2 parents d7c2429 + fbbb0f2 commit 0f1dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TriceUserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ void f2( void ){
}
```

The problem here is the tick `'` in the `f1` comment. This will cause trouble for the Trice tool internals parser. It will ignore all text until the next `'` or to the end of the file. In this case the `Trice( "Hi" );` will get no ID during `trice i` or the ID will not be removed with `trice c`.
The problem here is the tick `'` in the `f1` comment. This will cause trouble for the Trice tool internals parser. It will ignore all text until the next `'` or to the end of the file. In this case the `Trice( "Hello" );` will get no ID during `trice i` or the ID will not be removed with `trice c`.

However, ticks `'` inside Trice format strings are allowed:

Expand Down

0 comments on commit 0f1dd13

Please sign in to comment.