summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-08-11 08:30:52 -0500
committerJeff Epler <jepler@gmail.com>2019-08-11 08:53:02 -0500
commit568dfc73a9ba39caf6d4f7be3f098e3f5ca56312 (patch)
tree210d727c4848b48a6ba36ad8d45f3e200942eac9 /py
parent47a0b7cba141efb0909d74db3401ae902f6e9a96 (diff)
cicuitpy_mpconfg.h: Alphebetize and standardize indentation
.. no semantic change intended
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index d88d6538e..b9c7a6d24 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -587,9 +587,8 @@ extern const struct _mp_obj_module_t ustack_module;
BUSIO_MODULE \
DIGITALIO_MODULE \
DISPLAYIO_MODULE \
- FONTIO_MODULE \
- TERMINALIO_MODULE \
ERRNO_MODULE \
+ FONTIO_MODULE \
FREQUENCYIO_MODULE \
GAMEPAD_MODULE \
GAMEPADSHIFT_MODULE \
@@ -599,26 +598,27 @@ extern const struct _mp_obj_module_t ustack_module;
MICROCONTROLLER_MODULE \
NEOPIXEL_WRITE_MODULE \
NETWORK_MODULE \
- SOCKET_MODULE \
- WIZNET_MODULE \
PEW_MODULE \
PIXELBUF_MODULE \
- PULSEIO_MODULE \
PS2IO_MODULE \
+ PULSEIO_MODULE \
RANDOM_MODULE \
RE_MODULE \
ROTARYIO_MODULE \
RTC_MODULE \
SAMD_MODULE \
+ SOCKET_MODULE \
STAGE_MODULE \
STORAGE_MODULE \
STRUCT_MODULE \
SUPERVISOR_MODULE \
+ TERMINALIO_MODULE \
TOUCHIO_MODULE \
UHEAP_MODULE \
USB_HID_MODULE \
USB_MIDI_MODULE \
USTACK_MODULE \
+ WIZNET_MODULE \
// If weak links are enabled, just include strong links in the main list of modules,
// and also include the underscore alternate names.