nuttx/px4/common: Rename MTDIOC_XIPBASE -> BIOC_XIPBASE

Reuired by nuttx-10.2.0
This commit is contained in:
JacobCrabill 2022-03-31 13:39:53 -07:00
parent 6230f72ce7
commit 093abc42fb

View File

@ -516,7 +516,7 @@ static int at24c_ioctl(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg)
ret = at24c_eraseall(priv);
break;
case MTDIOC_XIPBASE:
case BIOC_XIPBASE:
default:
ret = -ENOTTY; /* Bad command */
break;