diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:27:42 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:27:42 +0000 |
commit | 2842945e760c98793cb0c62a66345ab8850afc1a (patch) | |
tree | 03dffc26a15dbb818d83de5f7d2af658c447bab5 /stmhal/modwiznet5k.c | |
parent | 8bb44f69f227ce2ef01f266d2784657455e1a3a8 (diff) |
stmhal: Fix bugs in documentation so it compiles.
Diffstat (limited to 'stmhal/modwiznet5k.c')
-rw-r--r-- | stmhal/modwiznet5k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/modwiznet5k.c b/stmhal/modwiznet5k.c index e45c9d53e..3996c2994 100644 --- a/stmhal/modwiznet5k.c +++ b/stmhal/modwiznet5k.c @@ -168,6 +168,8 @@ STATIC mp_obj_t format_net_addr(uint8_t *ip, mp_uint_t port) { /******************************************************************************/ // Micro Python bindings +/// \class WIZnet5k - driver for WIZnet5x00 Ethernet modules + STATIC void wiznet5k_print(void (*print)(void *env, const char *fmt, ...), void *env, mp_obj_t self_in, mp_print_kind_t kind) { print(env, "WIZnet5k()"); } |