From 568dfc73a9ba39caf6d4f7be3f098e3f5ca56312 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 11 Aug 2019 08:30:52 -0500 Subject: [PATCH] cicuitpy_mpconfg.h: Alphebetize and standardize indentation .. no semantic change intended --- py/circuitpy_mpconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index d88d6538e0..b9c7a6d243 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.