diff options
| author | Damien George | 2017-02-15 16:39:30 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-15 16:39:30 +1100 |
| commit | e5cc681cb1b5163b9ae3453df85344326baf9759 (patch) | |
| tree | 200ae1f6b6387fbd12ee9dd3cc4223ca32cdd560 /stmhal/Makefile | |
| parent | 05a4859585c4e0a55fca2e7467ba70da6453fdcb (diff) | |
stmhal: Use generic interrupt char code.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index edd5e0619..76579d130 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -112,6 +112,7 @@ SRC_LIB = $(addprefix lib/,\ netutils/netutils.c \ timeutils/timeutils.c \ utils/pyexec.c \ + utils/interrupt_char.c \ ) DRIVERS_SRC_C = $(addprefix drivers/,\ |
