diff options
| author | Terri Oda <terri@toybox.ca> | 2019-05-08 11:54:08 -0700 |
|---|---|---|
| committer | Terri Oda <terri@toybox.ca> | 2019-05-08 11:54:08 -0700 |
| commit | a9b05d37d70ac38fea2cdceffc28ce354f204200 (patch) | |
| tree | 8ccfc7a40db00f60181901e47113244888d47453 /py/runtime.h | |
| parent | 1a8e50c773946a683541b9954e38f69b4b346dc2 (diff) | |
Make status light flash blue for incompatible mpy (fixes #1369)
Diffstat (limited to 'py/runtime.h')
| -rw-r--r-- | py/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime.h b/py/runtime.h index 2577c9dd5..c5a94b0b1 100644 --- a/py/runtime.h +++ b/py/runtime.h @@ -163,6 +163,7 @@ NORETURN void mp_raise_OSError_msg(const compressed_string_t *msg); NORETURN void mp_raise_OSError_msg_varg(const compressed_string_t *fmt, ...); NORETURN void mp_raise_NotImplementedError(const compressed_string_t *msg); NORETURN void mp_raise_NotImplementedError_varg(const compressed_string_t *fmt, ...); +NORETURN void mp_raise_MpyError(const compressed_string_t *msg); NORETURN void mp_raise_recursion_depth(void); #if MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG |
