We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643552a commit ab08ec0Copy full SHA for ab08ec0
2 files changed
ports/quectel/mphalport.h
@@ -64,4 +64,4 @@ void mp_hal_set_interrupt_char(int c);
64
static void mp_hal_random_init(void);
65
void mp_hal_get_random(size_t n, uint8_t *buf);
66
67
-#endif
+#endif
ports/quectel/mpthreadport.h
@@ -61,4 +61,4 @@ void mp_thread_semphore_del(mp_thread_semphore_t *sem);
61
62
void mp_new_thread_add(uint32_t th_id, uint32_t stack_size);
63
-#endif // MICROPY_INCLUDED_MPTHREADPORT_H
+#endif // MICROPY_INCLUDED_MPTHREADPORT_H
0 commit comments