We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249242 commit f837d16Copy full SHA for f837d16
1 file changed
cc3200/mods/modpyb.c
@@ -95,7 +95,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(pyb_reset_obj, pyb_reset);
95
96
#ifdef DEBUG
97
/// \function info([dump_alloc_table])
98
-/// Print out some run time info which is helpful duirng development.
+/// Print out some run time info which is helpful during development.
99
STATIC mp_obj_t pyb_info(uint n_args, const mp_obj_t *args) {
100
// FreeRTOS info
101
{
0 commit comments