Skip to content

Commit

Permalink
fix SUBOBC to SUB OBC
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Feb 13, 2024
1 parent d21142f commit 49651fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ option(C2A_USE_ALL_CORE_LIB "Use C2A-core all library" ON)

## C2A build target board option (標準実装などがこのオプションによってスイッチされる)
option(C2A_ADD_SRC_FOR_MOBC "Add src intended for MOBC to build target" OFF)
option(C2A_ADD_SRC_FOR_SUBOBC "Add src intended for sub OBC to build target" OFF)
option(C2A_ADD_SRC_FOR_SUB_OBC "Add src intended for sub OBC to build target" OFF)

## C2A CCSDS select
# See alse; /docs/core/ccsds.md
Expand Down

0 comments on commit 49651fe

Please sign in to comment.