mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 14:10:35 +08:00
Make it obvious that file * isn't used here
This commit is contained in:
@@ -1667,7 +1667,8 @@ PX4IO::ioctl(file * /*filep*/, int cmd, unsigned long arg)
|
||||
}
|
||||
|
||||
ssize_t
|
||||
PX4IO::write(file */*filp*/, const char *buffer, size_t len)
|
||||
PX4IO::write(file * /*filp*/, const char *buffer, size_t len)
|
||||
/* Make it obvious that file * isn't used here */
|
||||
{
|
||||
unsigned count = len / 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user