diff options
| author | Damien George | 2014-10-31 01:11:55 +0000 |
|---|---|---|
| committer | Damien George | 2014-10-31 01:12:54 +0000 |
| commit | 1a8573ed0ed72825a5cedc6a07277535aa2630fa (patch) | |
| tree | 91231aea68479ed35266884ff9b413c4419190e3 /stmhal/modnetwork.c | |
| parent | 47f349e7dea25fd7b2dd9d387654418aeb7de0bd (diff) | |
stmhal: Update some inlined docs for network and CAN.
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 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) { |
