summaryrefslogtreecommitdiff
path: root/cc3200/mpconfigport.h
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-07 09:23:46 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-10 07:59:47 +0200
commitf91f212d9fef66e515935a52712613550a04ca65 (patch)
tree9f76d61531c575272928b2bfcb9b209add10a5ef /cc3200/mpconfigport.h
parent36821d095a2657ab370a8f413f471f4c9ad9a8b5 (diff)
cc3200: New UART API plus related test.
Diffstat (limited to 'cc3200/mpconfigport.h')
-rw-r--r--cc3200/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h
index 41dc27eae..c6397c1f8 100644
--- a/cc3200/mpconfigport.h
+++ b/cc3200/mpconfigport.h
@@ -148,6 +148,7 @@ extern const struct _mp_obj_module_t mp_module_ussl;
mp_obj_list_t pybsleep_obj_list; \
mp_obj_list_t mpcallback_obj_list; \
mp_obj_list_t pyb_timer_channel_obj_list; \
+ struct _pyb_uart_obj_t *pyb_uart_objs[2]; \
// type definitions for the specific machine