mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
book: remove lin number since it changes or likely to change
This commit is contained in:
parent
67b2473fb8
commit
80afe1220f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ In this starter code the USBD peripheral is initialized in `init` and a task, na
|
|||
|
||||
This code will panic because `USBRESET` is not implemented yet.
|
||||
|
||||
✅ Go to `fn on_event`, line 39. In this section you'll need to implement the following USB events `USBRESET` and `EP0SETUP` so that your log output will look like this:
|
||||
✅ Go to `fn on_event`. In this section you'll need to implement the following USB events `USBRESET` and `EP0SETUP` so that your log output will look like this:
|
||||
|
||||
``` console
|
||||
USBD initialized
|
||||
|
|
Loading…
Reference in a new issue