Skip to content

Commit

Permalink
fix for broken build
Browse files Browse the repository at this point in the history
usbfatfs example does not build: undefined reference to 'sceUsbd*'
missing reference to deal with usb (the entire initialization): just call it fixes building, since linker can find references
  • Loading branch information
masterzorag committed Jan 8, 2016
1 parent f04725d commit 9bf684d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/usb/usbfatfs/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ int _main(void)
initKernel();
initLibc();
initNetwork();
initUsb();

struct sockaddr_in server;

Expand Down

0 comments on commit 9bf684d

Please sign in to comment.