From 80afe1220fd4ac4f8474be1b3f194a091b905ed1 Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Fri, 23 Jun 2023 13:17:51 -0400 Subject: [PATCH] book: remove lin number since it changes or likely to change --- embedded-workshop-book/src/usb-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/usb-events.md b/embedded-workshop-book/src/usb-events.md index a575901..1f2fa99 100644 --- a/embedded-workshop-book/src/usb-events.md +++ b/embedded-workshop-book/src/usb-events.md @@ -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