mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/nxinit: Remove deprecated BOARDIOC_INIT ioctl
Since boardctl(BOARDIOC_INIT, 0) was removed from all boards, it is not right to use it here. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
820eb64f1a
commit
d8ead1a0f3
1 changed files with 0 additions and 1 deletions
|
|
@ -191,7 +191,6 @@ int main(int argc, FAR char *argv[])
|
|||
|
||||
init_action_add_event(&am, "boot");
|
||||
|
||||
boardctl(BOARDIOC_INIT, 0);
|
||||
init_action_add_event(&am, "init");
|
||||
|
||||
#ifdef CONFIG_NETUTILS_NETINIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue