Skip to content

Commit

Permalink
Merge pull request #2366 from dmknutsen/Issue_2365
Browse files Browse the repository at this point in the history
Fix #2365, Increase CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC to 15
  • Loading branch information
dzbaker committed Jun 1, 2023
2 parents c48c4f1 + e22abc6 commit 1b59792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/evs/config/default_cfe_evs_internal_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b59792

Please sign in to comment.