mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
bugfix:k28_usbhshost.c:380:47: error: 'errcode' undeclared
arm/kinetis/freedom-k28f: fix usb automount compile error This patch fix k28_usbhshost.c:380:47: error: 'errcode' undeclared Signed-off-by: lipan118<lp.xiao@foxmail.com>
This commit is contained in:
@@ -377,7 +377,7 @@ static void usb_msc_disconnect(void *arg)
|
||||
|
||||
else
|
||||
{
|
||||
ferr("ERROR: Unmount failed: %d\n", errcode);
|
||||
ferr("ERROR: Unmount failed: %d\n", ret);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user