Fix lpc17_40_ubxmdm.c board driver to return -ENOTTY
This commit is contained in:
parent
40376697d7
commit
9718611b29
|
@ -267,7 +267,7 @@ static int lpc17_40_ioctl(FAR struct ubxmdm_lower* lower,
|
|||
{
|
||||
/* No platform-specific IOCTL at the moment. */
|
||||
|
||||
return -ENOSYS;
|
||||
return -ENOTTY;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue