Skip to content

Commit ab08ec0

Browse files
committed
quectel: Add new line to files.
1 parent 643552a commit ab08ec0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ports/quectel/mphalport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ void mp_hal_set_interrupt_char(int c);
6464
static void mp_hal_random_init(void);
6565
void mp_hal_get_random(size_t n, uint8_t *buf);
6666

67-
#endif
67+
#endif

ports/quectel/mpthreadport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ void mp_thread_semphore_del(mp_thread_semphore_t *sem);
6161

6262
void mp_new_thread_add(uint32_t th_id, uint32_t stack_size);
6363

64-
#endif // MICROPY_INCLUDED_MPTHREADPORT_H
64+
#endif // MICROPY_INCLUDED_MPTHREADPORT_H

0 commit comments

Comments
 (0)