From 1a8573ed0ed72825a5cedc6a07277535aa2630fa Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 31 Oct 2014 01:11:55 +0000 Subject: stmhal: Update some inlined docs for network and CAN. --- stmhal/modnetwork.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stmhal/modnetwork.c') diff --git a/stmhal/modnetwork.c b/stmhal/modnetwork.c index a0cd24de6..c6723b182 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) { -- cgit v1.2.3