diff --git a/_posts/2020-07-09-eudyptula-challenge-Part-5.md b/_posts/2020-07-09-eudyptula-challenge-Part-5.md index fe3e6b22e27ac..e648f831d5d10 100644 --- a/_posts/2020-07-09-eudyptula-challenge-Part-5.md +++ b/_posts/2020-07-09-eudyptula-challenge-Part-5.md @@ -118,9 +118,9 @@ Configure and allocate the device: ... Enable & address the device and get a device descriptor within: - ... - status = hub_port_init(hub, udev, port1, i); - ... + ... + status = hub_port_init(hub, udev, port1, i); + ... Register the device and find a driver: ... status = usb_new_device(udev);