diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-09-07 09:23:46 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-09-10 07:59:47 +0200 |
| commit | f91f212d9fef66e515935a52712613550a04ca65 (patch) | |
| tree | 9f76d61531c575272928b2bfcb9b209add10a5ef /cc3200/mpconfigport.h | |
| parent | 36821d095a2657ab370a8f413f471f4c9ad9a8b5 (diff) | |
cc3200: New UART API plus related test.
Diffstat (limited to 'cc3200/mpconfigport.h')
| -rw-r--r-- | cc3200/mpconfigport.h | 1 |
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 |
