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
e75a01e
commit b6334bf
Showing
15 changed files
with
488 additions
and
602 deletions.
There are no files selected for viewing
25 changes: 11 additions & 14 deletions
25
Examples/2nd_obc_user/src/src_user/Library/git_revision.c
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 |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#pragma section REPRO | ||
/** | ||
* @file | ||
* @brief git revisionをコードに埋め込む | ||
*/ | ||
|
||
#include "git_revision.h" | ||
|
||
const char GIT_REV_CORE[41] = "0000000000000000000000000000000000000000"; | ||
const uint32_t GIT_REV_CORE_SHORT = 0x0000000; | ||
const char GIT_REV_USER[41] = "0000000000000000000000000000000000000000"; | ||
const uint32_t GIT_REV_USER_SHORT = 0x0000000; | ||
|
||
#pragma section | ||
#pragma section REPRO | ||
/** | ||
* @file | ||
* @brief git revisionをコードに埋め込む | ||
*/ | ||
#include "git_revision.h" | ||
const char GIT_REV_CORE[41] = "e75a01e9a450525241bcb30ac177c8b1f621543b"; | ||
const uint32_t GIT_REV_CORE_SHORT = 0xe75a01e; | ||
const char GIT_REV_USER[41] = "e75a01e9a450525241bcb30ac177c8b1f621543b"; | ||
const uint32_t GIT_REV_USER_SHORT = 0xe75a01e; | ||
#pragma section |
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
30 changes: 0 additions & 30 deletions
30
Examples/2nd_obc_user/src/src_user/Settings/Modes/Transitions/sequence_items.c
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
Examples/2nd_obc_user/src/src_user/Settings/Modes/Transitions/sequence_items.h
This file was deleted.
Oops, something went wrong.
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
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
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.