Skip to content

Commit

Permalink
sed C2A_ENABLE_MOBC_FEATURES to C2A_MOBC_FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Mar 28, 2024
1 parent 9a7f6bf commit 4ed678d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(C2A_USE_ALL_CORE_TEST_APPS "Use C2A-core all Test Applications" ON)
option(C2A_USE_ALL_CORE_LIB "Use C2A-core all library" ON)

## C2A build target board option (標準実装などがこのオプションによってスイッチされる.デフォルトでは sub OBC を想定)
option(C2A_ENABLE_MOBC_FEATURES "Enable some features for MOBC" OFF)
option(C2A_MOBC_FEATURES "Enable some features for MOBC" OFF)

## C2A CCSDS select
# See alse; /docs/core/ccsds.md
Expand Down
2 changes: 1 addition & 1 deletion docs/general/build_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ https://github.com/arkedge/c2a-core/blob/459dbbf84d9587730f248ccbadb5a5745b28903
`ON` にすることで,全ての [Core Library](/library/) をビルドする.


#### `C2A_ENABLE_MOBC_FEATURES`
#### `C2A_MOBC_FEATURES`
`ON` にすることで,MOBC 向けの機能を有効化する.デフォルトは `OFF` であり, sub OBC 向けの実装となる.


Expand Down

0 comments on commit 4ed678d

Please sign in to comment.