From 2ae46eec3560ccf826cdca5e18add29c4c8ed291 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Wed, 15 Jul 2020 15:49:50 +0200 Subject: [PATCH] Try to fix buggy code sections #3 --- _posts/2020-07-09-eudyptula-challenge-Part-5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);