diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-15 00:28:20 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-15 00:28:20 -0500 |
| commit | 5154e0581e0eda0b755a19df98dca45db7ffa76b (patch) | |
| tree | ce2eb5a8f91b9c8cb16ac3013c356278ca0dc879 /shared-bindings/network | |
| parent | 379258112aad44255ef3acaada0749c556b7b09e (diff) | |
WIP: atmel-samd trinket build works
Diffstat (limited to 'shared-bindings/network')
| -rw-r--r-- | shared-bindings/network/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/network/__init__.c b/shared-bindings/network/__init__.c index 69f8bea60..1067ea549 100644 --- a/shared-bindings/network/__init__.c +++ b/shared-bindings/network/__init__.c @@ -36,7 +36,7 @@ #include "shared-bindings/network/__init__.h" -#if MICROPY_PY_NETWORK +#if CIRCUITPY_NETWORK //| :mod:`network` --- Network Interface Management //| =============================================== @@ -71,4 +71,4 @@ const mp_obj_module_t network_module = { .globals = (mp_obj_dict_t*)&mp_module_network_globals, }; -#endif // MICROPY_PY_NETWORK +#endif // CIRCUITPY_NETWORK |
