diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-22 12:36:23 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-22 12:58:11 +1100 |
commit | 22a6344ebe032e9e66024614ecbe7d9608fa9288 (patch) | |
tree | 7711a540d7bb90914336dcc77fbde28092b7bc75 /cc3200/misc/mpexception.c | |
parent | 8bb8e97dfe2626b97028f1dad76cdd4050757961 (diff) |
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Diffstat (limited to 'cc3200/misc/mpexception.c')
-rw-r--r-- | cc3200/misc/mpexception.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc3200/misc/mpexception.c b/cc3200/misc/mpexception.c index c45f0244b..068adb70b 100644 --- a/cc3200/misc/mpexception.c +++ b/cc3200/misc/mpexception.c @@ -40,9 +40,6 @@ STATIC void mpexception_set_user_interrupt (int chr, void *data); /****************************************************************************** DECLARE EXPORTED DATA ******************************************************************************/ -const char mpexception_os_resource_not_avaliable[] = "resource not available"; -const char mpexception_os_operation_failed[] = "the requested operation failed"; -const char mpexception_os_request_not_possible[] = "the requested operation is not possible"; const char mpexception_value_invalid_arguments[] = "invalid argument(s) value"; const char mpexception_num_type_invalid_arguments[] = "invalid argument(s) num/type"; const char mpexception_uncaught[] = "uncaught exception"; |