diff options
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 6594ad2180..bad535f210 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; |