Skip to content

Commit

Permalink
Try to fix buggy code sections barryclark#3
Browse files Browse the repository at this point in the history
  • Loading branch information
initBasti committed Jul 15, 2020
1 parent ff54f59 commit 2ae46ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2020-07-09-eudyptula-challenge-Part-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2ae46ee

Please sign in to comment.