diff options
| author | hathach <thach@tinyusb.org> | 2017-12-29 23:07:32 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2017-12-29 23:07:32 +0700 |
| commit | a997ab258ef95245d76bbf28572fedbf68b92b94 (patch) | |
| tree | 069dc8e318bb59dd0370c6809a1428eefe47aa42 | |
| parent | 6c8d60afc003ac64fe978f688e92f6dd7021fd27 (diff) | |
spacing clean up
| -rw-r--r-- | ports/nrf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 8951809a0..aff03443d 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -151,7 +151,7 @@ SRC_C += \ lib/timeutils/timeutils.c \ lib/utils/buffer_helper.c \ lib/utils/context_manager_helpers.c \ - lib/utils/interrupt_char.c \ + lib/utils/interrupt_char.c \ lib/utils/pyexec.c \ lib/libc/string0.c \ lib/mp-readline/readline.c \ |
