We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ae8d6 commit 353296fCopy full SHA for 353296f
ports/quectel/modules/modules.py
@@ -1 +1 @@
1
-freeze_as_mpy(".", "_boot.py")
+freeze(".", "_boot.py")
ports/quectel/mpthreadport.h
@@ -68,4 +68,3 @@ void mp_thread_semphore_del(mp_thread_semphore_t *sem);
68
void mp_new_thread_add(uint32_t th_id, uint32_t stack_size);
69
70
#endif // MICROPY_INCLUDED_MPTHREADPORT_H
71
-
0 commit comments