diff options
author | Damien George <damien.p.george@gmail.com> | 2017-09-04 17:32:14 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-04 17:32:14 +1000 |
commit | 689dae1211b4a3a6384a08ec2d7cdf2bb786d53a (patch) | |
tree | 487e0730ea4cd7b28f3cda8ade5c7d335ccbe3a7 /cc3200/hal/cc3200_hal.c | |
parent | ab9d7619fcad204b7f7d303e1663f70fd3fffc6a (diff) |
cc3200: Use standard implementation of keyboard interrupt.
Diffstat (limited to 'cc3200/hal/cc3200_hal.c')
-rw-r--r-- | cc3200/hal/cc3200_hal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc3200/hal/cc3200_hal.c b/cc3200/hal/cc3200_hal.c index b4848e99e..9718980e7 100644 --- a/cc3200/hal/cc3200_hal.c +++ b/cc3200/hal/cc3200_hal.c @@ -143,10 +143,6 @@ void mp_hal_delay_ms(mp_uint_t delay) { } } -void mp_hal_set_interrupt_char (int c) { - mpexception_set_interrupt_char (c); -} - void mp_hal_stdout_tx_str(const char *str) { mp_hal_stdout_tx_strn(str, strlen(str)); } |