From 39183e986f7c28ace984b5bba1228a1b718ac958 Mon Sep 17 00:00:00 2001 From: Vitaliy Cherepanov Date: Thu, 26 Jun 2014 12:34:49 +0400 Subject: [PATCH] [IMPROVE] increase max libs count to instrument Change-Id: Idbda8df05b9ab89dd55c4f1207786eec88b66d71 Signed-off-by: Vitaliy Cherepanov --- daemon/da_protocol_check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/da_protocol_check.h b/daemon/da_protocol_check.h index 5531633..594b383 100644 --- a/daemon/da_protocol_check.h +++ b/daemon/da_protocol_check.h @@ -48,7 +48,7 @@ #define US_FUNC_RETURN "vnbcdxpfw" #define US_APP_INST_LIB_MIN 0 -#define US_APP_INST_LIB_MAX 100 +#define US_APP_INST_LIB_MAX 1000 int check_app_type(uint32_t app_type); int check_app_id(uint32_t app_type, char *app_id); -- 2.7.4