Skip to content

Commit

Permalink
book: remove lin number since it changes or likely to change
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeev committed Jun 23, 2023
1 parent 67b2473 commit 80afe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-workshop-book/src/usb-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80afe12

Please sign in to comment.