Skip to content

Commit

Permalink
Fix #764, flight like platformed defined values
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknutsen committed May 9, 2024
1 parent 28a5820 commit f8ff348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/sample_defs/example_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,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 15
#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8

/**
** \cfeevscfg Default Event Log Filename
Expand All @@ -961,7 +961,7 @@
** There are no restrictions on the lower and upper limits however,
** the maximum log size is system dependent and should be verified.
*/
#define CFE_PLATFORM_EVS_LOG_MAX 20
#define CFE_PLATFORM_EVS_LOG_MAX 100

/**
** \cfeevscfg Default EVS Application Data Filename
Expand Down
4 changes: 2 additions & 2 deletions 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 15
#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8

/**
** \cfeevscfg Default Event Log Filename
Expand All @@ -119,7 +119,7 @@
** There are no restrictions on the lower and upper limits however,
** the maximum log size is system dependent and should be verified.
*/
#define CFE_PLATFORM_EVS_LOG_MAX 20
#define CFE_PLATFORM_EVS_LOG_MAX 100

/**
** \cfeevscfg Default EVS Application Data Filename
Expand Down

0 comments on commit f8ff348

Please sign in to comment.