Skip to content
Snippets Groups Projects
Verified Commit baa32f2a authored by rahix's avatar rahix
Browse files

chore: Sort some lists in meson files


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent d2e49062
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ module_sources = files(
'bhi.c',
'bme680.c',
'buttons.c',
'config.c',
'dispatcher.c',
'display.c',
'fileops.c',
......@@ -20,9 +21,8 @@ module_sources = files(
'sleep.c',
'stream.c',
'trng.c',
'usb.c',
'vibra.c',
'watchdog.c',
'usb.c',
'config.c',
'ws2812.c'
)
......@@ -7,16 +7,16 @@ modsrc = files(
'modules/fat_reader_import.c',
'modules/gpio.c',
'modules/interrupt.c',
'modules/sys_leds.c',
'modules/light_sensor.c',
'modules/max30001-sys.c',
'modules/os.c',
'modules/personal_state.c',
'modules/power.c',
'modules/sys_bme680.c',
'modules/sys_display.c',
'modules/sys_leds.c',
'modules/utime.c',
'modules/vibra.c',
'modules/sys_bme680.c',
'modules/ws2812.c'
)
......
......@@ -2,12 +2,12 @@ python_modules = files(
'bhi160.py',
'bme680.py',
'color.py',
'htmlcolor.py',
'display.py',
'htmlcolor.py',
'ledfx.py',
'leds.py',
'max30001.py',
'pride.py',
'ledfx.py',
'simple_menu.py',
# MicroPython Standard-Library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment