diff options
| author | Damien George | 2014-09-17 23:27:42 +0000 |
|---|---|---|
| committer | Damien George | 2014-09-17 23:27:42 +0000 |
| commit | 2842945e760c98793cb0c62a66345ab8850afc1a (patch) | |
| tree | 03dffc26a15dbb818d83de5f7d2af658c447bab5 /stmhal/modselect.c | |
| parent | 8bb44f69f227ce2ef01f266d2784657455e1a3a8 (diff) | |
stmhal: Fix bugs in documentation so it compiles.
Diffstat (limited to 'stmhal/modselect.c')
| -rw-r--r-- | stmhal/modselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modselect.c b/stmhal/modselect.c index 6594ad218..bad535f21 100644 --- a/stmhal/modselect.c +++ b/stmhal/modselect.c @@ -174,7 +174,7 @@ STATIC mp_obj_t select_select(uint n_args, const mp_obj_t *args) { } MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mp_select_select_obj, 3, 4, select_select); -/// \class Poll +/// \class Poll - poll class typedef struct _mp_obj_poll_t { mp_obj_base_t base; |
