Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions FprimeZephyrReference/project/config/FpConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ extern "C" {
#define FW_FILE_CHUNK_SIZE 512 //!< Chunk size for working with files in the OSAL layer
#endif

#ifndef FW_ASSERT_COUNT_MAX
#define FW_ASSERT_COUNT_MAX 4
#endif

// *** NOTE configuration checks are in Fw/Cfg/ConfigCheck.cpp in order to have
// the type definitions in Fw/Types/BasicTypes available.
#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion lib/fprime
Submodule fprime updated 387 files
Loading