Skip to content

Commit

Permalink
change C2A_USE_SCI_COM_WINGS default OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 13, 2023
1 parent b34a465 commit c1ec791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mobc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(C2A)
# !!!注意!!!
# これをONにした状態で,SCIの受け口がない場合(TMTC IFが動いてない状態)
# そちらのバッファが詰まってSILSの動作が止まることがあるので注意すること!
option(C2A_USE_SCI_COM_WINGS "Use SCI_COM_WINGS" ON)
option(C2A_USE_SCI_COM_WINGS "Use SCI_COM_WINGS" OFF)

# SCI COM for connection to PC UART
# !!!注意!!!
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(C2A)
# !!!注意!!!
# これをONにした状態で,SCIの受け口がない場合(TMTC IFが動いてない状態)
# そちらのバッファが詰まってSILSの動作が止まることがあるので注意すること!
option(C2A_USE_SCI_COM_WINGS "Use SCI_COM_WINGS" ON)
option(C2A_USE_SCI_COM_WINGS "Use SCI_COM_WINGS" OFF)

option(C2A_BUILD_WITH_SILS_MOCKUP "Build C2A with SILS mockup for check undefined symbols by build minimal C2A user executable(C89 only)" OFF)

Expand Down

0 comments on commit c1ec791

Please sign in to comment.