generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b00ce73
commit 7b19192
Showing
6 changed files
with
747 additions
and
55 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Examples/minimum_user_for_s2e/src/src_user/Settings/TlmCmd/Ccsds/cmd_space_packet_params.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* @file | ||
* @brief CmdSpacePacket のユーザー設定 | ||
*/ | ||
#ifndef CMD_SPACE_PACKET_PARAMS_H_ | ||
#define CMD_SPACE_PACKET_PARAMS_H_ | ||
|
||
#undef CSP_MAX_LEN | ||
#undef CSP_2ND_HDR_VER_TO_USE | ||
|
||
#define CSP_MAX_LEN (128) | ||
#define CSP_2ND_HDR_VER_TO_USE (CSP_2ND_HDR_VER_1) | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.