book: remove lin number since it changes or likely to change

This commit is contained in:
Amanjeev Sethi 2023-06-23 13:17:51 -04:00
parent 67b2473fb8
commit 80afe1220f

View file

@ -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