From 20618902e6660385f032c3fb2f0230bc2c590e3d Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Fri, 14 Sep 2018 16:37:56 +0200 Subject: [PATCH] remve devel from version string add more use LED to B-1000 --- modules/unipi/src/unipi_common.h | 2 +- modules/unipi/src/unipi_platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 69ee25e..32cab2c 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -51,7 +51,7 @@ #if NEURONSPI_SCHED_REQUIRED > 0 #include #endif -#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.15:2018:09:07 (devel)" +#define NEURONSPI_MAJOR_VERSIONSTRING "Version 1.15:2018:09:14" #define NEURONSPI_MAX_DEVS 3 #define NEURONSPI_MAX_UART 16 diff --git a/modules/unipi/src/unipi_platform.c b/modules/unipi/src/unipi_platform.c index 999d188..56dc7fa 100644 --- a/modules/unipi/src/unipi_platform.c +++ b/modules/unipi/src/unipi_platform.c @@ -92,7 +92,7 @@ static u32 NEURONSPI_BOARD_B1000_HW_DEFINITION_BLOCK[NEURONSPI_BOARD_B1000_HW_DE .ro_count = 0, \ .ds_count = 4, \ .di_count = 4, \ - .led_count = 4, \ + .led_count = 16, \ .stm_ai_count = 1, \ .stm_ao_count = 1, \ .sec_ai_count = 0, \ -- 2.34.1