From 140d1221f6f851ed8bff04a6ac9cf5477af02ceb Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Tue, 22 Oct 2019 16:01:50 +0200 Subject: [PATCH] Add E-4Ai4Ao-2 model into NO-IRQ-MODEL --- modules/unipi/src/unipi_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 72039af..5cd0505 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -95,9 +95,9 @@ * Module Constants * ********************/ -#define NEURONSPI_NO_INTERRUPT_MODELS_LEN 3 +#define NEURONSPI_NO_INTERRUPT_MODELS_LEN 4 static const u16 NEURONSPI_NO_INTERRUPT_MODELS[NEURONSPI_NO_INTERRUPT_MODELS_LEN] = { - 0xb10, 0xc10, 0xf10 + 0xb10, 0xc10, 0xf10, 0xb20 }; /******************* -- 2.34.1