mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Fix some errors in IOCTL decoding macros
This commit is contained in:
@@ -440,6 +440,7 @@ static int netdev_pktradio_ioctl(FAR struct socket *psock, int cmd,
|
||||
{
|
||||
/* Not a packet radio IOCTL command */
|
||||
|
||||
nwarn("WARNING: Not a packet radio IOCTL command: %d\n", cmd);
|
||||
return -ENOTTY;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user