Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub committed May 14, 2020
1 parent 3b5d9db commit 62a8bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For use with PlatformIO https://platformio.org, as a recommanded IDE with MS VSC
If you have whishes for other functions or classes make an issue. If you find bugs also, nobody is perfect.

## USB configuration and initialization
Before using USB one things that must be extra done. You must add a constructor for init the library. This must done befor setup(), don't change the name of the constructor!
Before using USB one things that must be extra done. You must add a constructor for init the library. This must done before setup(), don't change the name of the constructor!
```
EOS eos;
```
Expand Down

0 comments on commit 62a8bf3

Please sign in to comment.