LPC17 USB host: Fix some compile errors when bulk endpoints + USB debug enabled. Refresh a configuration

This commit is contained in:
Gregory Nutt
2015-05-06 16:15:12 -06:00
parent d468285739
commit 4c5e3d1729
2 changed files with 230 additions and 145 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ static int nsh_usbhostinitialize(void)
ret = usbhost_cdcacm_initialize();
if (ret != OK)
{
syslog(LOG_ERR, "ERROR: Failed to register the CDC/ACM serial class: %d\n", eret);
syslog(LOG_ERR, "ERROR: Failed to register the CDC/ACM serial class: %d\n", ret);
}
#endif
File diff suppressed because it is too large Load Diff