summaryrefslogtreecommitdiff
path: root/io-module/mts-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts-io.c')
-rw-r--r--io-module/mts-io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts-io.c b/io-module/mts-io.c
index 1d244af..6cfc23a 100644
--- a/io-module/mts-io.c
+++ b/io-module/mts-io.c
@@ -1276,7 +1276,8 @@ mts_id_eeprom_load(void)
attr_group = &mtcpm_platform_attribute_group;
gpio_pins = gpio_pins_mtcpm;
set_buttons(default_buttons);
- log_info("detected board %s", hw_version_str);
+ mts_leds = mtcpmhs_leds;
+ log_info("detected board %s", hw_version_str);
} else if (found_board(HW_VERSION_MT100EOCG_0_0,MT100EOCG_0_0,&hw_version_str,&mts_hw_version)) {
attr_group = &mt100eocg_platform_attribute_group;
gpio_pins = gpio_pins_mt100eocg_0_0;