Skip to content

Commit 353296f

Browse files
committed
quectel: syntax fix.
1 parent 88ae8d6 commit 353296f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ports/quectel/modules/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
freeze_as_mpy(".", "_boot.py")
1+
freeze(".", "_boot.py")

ports/quectel/mpthreadport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ void mp_thread_semphore_del(mp_thread_semphore_t *sem);
6868
void mp_new_thread_add(uint32_t th_id, uint32_t stack_size);
6969

7070
#endif // MICROPY_INCLUDED_MPTHREADPORT_H
71-

0 commit comments

Comments
 (0)