mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
nuttx/px4/common: Rename MTDIOC_XIPBASE -> BIOC_XIPBASE
Reuired by nuttx-10.2.0
This commit is contained in:
parent
6230f72ce7
commit
093abc42fb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user