mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
6loWPAN: Correct some IPv6 addresses and operations on IPv6 addresses.
This commit is contained in:
@@ -158,8 +158,8 @@ static const struct file_operations btn_fops =
|
||||
btn_open, /* open */
|
||||
btn_close, /* close */
|
||||
btn_read, /* read */
|
||||
0, /* write */
|
||||
0, /* seek */
|
||||
NULL, /* write */
|
||||
NULL, /* seek */
|
||||
btn_ioctl /* ioctl */
|
||||
#ifndef CONFIG_DISABLE_POLL
|
||||
, btn_poll /* poll */
|
||||
|
||||
Reference in New Issue
Block a user