summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2019-03-01 16:05:15 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2019-03-01 16:05:15 +0100
commit89b2788d119c811327b366e061481fbcc96cbc65 (patch)
treee425563cebc847049805c76d0989fa2941b17655 /py
parent8e50aeb06f24a264b474d62b52c7f59220db7195 (diff)
Apply review fixes:
* fix formatting * fix copyrights * fix CIRCUITPYTHON_GAMEPAD guards * add CIRCUITPYTHON_PEW guards to reset * fix module list order
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 25aabc292..520f7c612 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -528,6 +528,7 @@ extern const struct _mp_obj_module_t pew_module;
NETWORK_MODULE \
SOCKET_MODULE \
WIZNET_MODULE \
+ PEW_MODULE \
PIXELBUF_MODULE \
PULSEIO_MODULE \
RANDOM_MODULE \
@@ -543,7 +544,6 @@ extern const struct _mp_obj_module_t pew_module;
USB_HID_MODULE \
USB_MIDI_MODULE \
USTACK_MODULE \
- PEW_MODULE \
// If weak links are enabled, just include strong links in the main list of modules,
// and also include the underscore alternate names.