Skip to content

Commit

Permalink
arch/arm64/src/common/arm64_initialize.c: Add initializing of socket …
Browse files Browse the repository at this point in the history
…can interface

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Oct 16, 2024
1 parent 8221a06 commit 43a6b1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/src/common/arm64_initialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ void up_initialize(void)
/* Initialize the network */

arm64_netinitialize();

# ifdef CONFIG_NET_CAN
arm64_caninitialize();
# endif
#endif

#if defined(CONFIG_USBDEV) || defined(CONFIG_USBHOST)
Expand Down

0 comments on commit 43a6b1f

Please sign in to comment.