Skip to content

Commit b6950db

Browse files
committed
quectel: Add new line to files.
Signed-off-by: Nikola Neskovic <nikola.neskovic@quectel.com>
1 parent ba9a7d1 commit b6950db

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)