mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 18:25:22 +08:00
Rename many functions in net/devif from uip_* to devif_*
This commit is contained in:
@@ -118,6 +118,6 @@ void devif_initialize(void)
|
||||
{
|
||||
/* Initialize callback support */
|
||||
|
||||
uip_callbackinit();
|
||||
devif_callback_init();
|
||||
}
|
||||
#endif /* CONFIG_NET */
|
||||
|
||||
Reference in New Issue
Block a user