summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/misc/mpexception.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-22 12:36:23 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-22 12:58:11 +1100
commit22a6344ebe032e9e66024614ecbe7d9608fa9288 (patch)
tree7711a540d7bb90914336dcc77fbde28092b7bc75 /cc3200/misc/mpexception.h
parent8bb8e97dfe2626b97028f1dad76cdd4050757961 (diff)
downloadmicropython-22a6344ebe032e9e66024614ecbe7d9608fa9288.tar.gz
micropython-22a6344ebe032e9e66024614ecbe7d9608fa9288.zip
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Diffstat (limited to 'cc3200/misc/mpexception.h')
-rw-r--r--cc3200/misc/mpexception.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc3200/misc/mpexception.h b/cc3200/misc/mpexception.h
index f55aa739e0..2f9d1877c8 100644
--- a/cc3200/misc/mpexception.h
+++ b/cc3200/misc/mpexception.h
@@ -28,9 +28,6 @@
#ifndef MPEXCEPTION_H_
#define MPEXCEPTION_H_
-extern const char mpexception_os_resource_not_avaliable[];
-extern const char mpexception_os_operation_failed[];
-extern const char mpexception_os_request_not_possible[];
extern const char mpexception_value_invalid_arguments[];
extern const char mpexception_num_type_invalid_arguments[];
extern const char mpexception_uncaught[];