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/mptask.c | |
parent | ab9d7619fcad204b7f7d303e1663f70fd3fffc6a (diff) |
cc3200: Use standard implementation of keyboard interrupt.
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r-- | cc3200/mptask.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c index 09be8c441..6143f72a7 100644 --- a/cc3200/mptask.c +++ b/cc3200/mptask.c @@ -61,7 +61,6 @@ #include "telnet.h" #include "debug.h" #include "sflash_diskio.h" -#include "mpexception.h" #include "random.h" #include "pybi2c.h" #include "pins.h" @@ -143,7 +142,6 @@ soft_reset: mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script) // execute all basic initializations - mpexception_init0(); mp_irq_init0(); pyb_sleep_init0(); pin_init0(); |