Skip to content
Snippets Groups Projects
Commit 85563cc3 authored by patacongo's avatar patacongo
Browse files

oops - won't build with USB disabled

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1037 42af7a65-404d-4744-a932-0658087f49c3
parent 0296f42d
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@ extern void up_netinitialize(void);
extern void up_usbinitialize(void);
extern void up_usbuninitialize(void);
#else
# define up_usbinitialize()
# define up_netinitialize()
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment