diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-26 15:02:16 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-26 15:02:16 -0700 |
| commit | b1be9f50abfafc3139b307cd8e23e1505b9c84b5 (patch) | |
| tree | ecb38dd499a20f7116bf2abbcda605b083ebe515 /atmel-samd/moduos.c | |
| parent | 12b6b786fd33ff6c60ee5cb4241b679e14f42c96 (diff) | |
atmel-samd: Remove module name from struct.
Diffstat (limited to 'atmel-samd/moduos.c')
| -rw-r--r-- | atmel-samd/moduos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atmel-samd/moduos.c b/atmel-samd/moduos.c index cd98abfbd..d8cb9d8e4 100644 --- a/atmel-samd/moduos.c +++ b/atmel-samd/moduos.c @@ -380,6 +380,5 @@ STATIC MP_DEFINE_CONST_DICT(os_module_globals, os_module_globals_table); const mp_obj_module_t uos_module = { .base = { &mp_type_module }, - .name = MP_QSTR_uos, .globals = (mp_obj_dict_t*)&os_module_globals, }; |
