From af40cc5330316a22f1a14e9c2c3ef6006bef9315 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20T=C5=99=C3=ADska?= Date: Thu, 18 Mar 2021 15:12:49 +0000 Subject: [PATCH] Fixed LED count for E8DI8RO --- modules/unipi/src/unipi_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unipi/src/unipi_platform.c b/modules/unipi/src/unipi_platform.c index 327936d..b443aa3 100644 --- a/modules/unipi/src/unipi_platform.c +++ b/modules/unipi/src/unipi_platform.c @@ -183,7 +183,7 @@ static u32 NEURONSPI_BOARD_E8DI8RO_HW_DEFINITION_BLOCK[NEURONSPI_BOARD_E8DI8RO_H .extension_sys_count = 0, \ .light_count = 0, \ .owire_count = 0, \ - .sysled_count = 2, \ + .sysled_count = 6, \ } #define NEURONSPI_BOARD_E8DI8RO_HW_DEFINITION { \ -- 2.34.1