mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Fix lpc17_40_ubxmdm.c board driver to return -ENOTTY
This commit is contained in:
committed by
Abdelatif Guettouche
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;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user