From e22abc6f92d29d1e698588a5ec33aee800080a61 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 1 Jun 2023 09:50:08 -0400 Subject: [PATCH] Fix #2365, Increase CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC to 15 --- modules/evs/config/default_cfe_evs_internal_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/evs/config/default_cfe_evs_internal_cfg.h b/modules/evs/config/default_cfe_evs_internal_cfg.h index 728b7d07d..d4fc64b0c 100644 --- a/modules/evs/config/default_cfe_evs_internal_cfg.h +++ b/modules/evs/config/default_cfe_evs_internal_cfg.h @@ -93,7 +93,7 @@ ** This number must be less than or equal to #CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST. ** Values lower than 8 may cause functional and unit test failures. */ -#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8 +#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 15 /** ** \cfeevscfg Default Event Log Filename