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

chore: Sort some lists


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent beb7095b
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@ module_sources = files(
'fatfs.c',
'fatfs_fileops.c',
'leds.c',
'light_sensor.c',
'log.c',
'pmic.c',
'rtc.c',
'serial.c',
'stream.c',
'vibra.c',
'light_sensor.c',
'rtc.c',
)
name = 'pycardium'
modsrc = files(
'modules/fat_file.c',
'modules/fat_reader_import.c',
'modules/interrupt.c',
'modules/leds.c',
'modules/light_sensor.c',
'modules/sys_display.c',
'modules/utime.c',
'modules/vibra.c',
'modules/light_sensor.c',
'modules/fat_file.c',
'modules/fat_reader_import.c',
)
#################################
......
......@@ -38,12 +38,12 @@
#define MICROPY_PY_IO_FILEIO (1)
/* Modules */
#define MODULE_UTIME_ENABLED (1)
#define MODULE_LEDS_ENABLED (1)
#define MODULE_VIBRA_ENABLED (1)
#define MODULE_INTERRUPT_ENABLED (1)
#define MODULE_DISPLAY_ENABLED (1)
#define MODULE_INTERRUPT_ENABLED (1)
#define MODULE_LEDS_ENABLED (1)
#define MODULE_LIGHT_SENSOR_ENABLED (1)
#define MODULE_UTIME_ENABLED (1)
#define MODULE_VIBRA_ENABLED (1)
/*
* This port is intended to be 32-bit, but unfortunately, int32_t for
......
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