diff options
Diffstat (limited to 'stmhal/modnetwork.c')
-rw-r--r-- | stmhal/modnetwork.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stmhal/modnetwork.c b/stmhal/modnetwork.c index a0cd24de6b..c6723b182e 100644 --- a/stmhal/modnetwork.c +++ b/stmhal/modnetwork.c @@ -40,6 +40,10 @@ #include "runtime.h" #include "modnetwork.h" +/// \module network - network configuration +/// +/// This module provides network drivers and routing configuration. + mp_obj_list_t mod_network_nic_list; void mod_network_init(void) { |