Skip to content
Merged
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
7 changes: 3 additions & 4 deletions apps/inheritance_app/inheritance_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
* MACROS AND DEFINES
*****************************************************************************/

#define INHERITANCE_MESSAGES_MAX_COUNT 5
#define INHERITANCE_PACKET_MAX_SIZE 6000

/*****************************************************************************
* TYPEDEFS
*****************************************************************************/

// TODO: Populate structure for INHERITANCE
typedef struct {
} inheritance_config_t;

/*****************************************************************************
* EXPORTED VARIABLES
*****************************************************************************/
Expand Down
Loading
Loading