Skip to content

Commit

Permalink
updates codeowners file
Browse files Browse the repository at this point in the history
Signed-off-by: MarzellT <[email protected]>
  • Loading branch information
MarzellT committed Sep 12, 2024
1 parent a51138b commit b69e1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/modules/YetiDriver @corneliusclaussen @hikinggrass
/modules/simulation/ @SebaLukas @pietfried @hikinggrass
/modules/rust_examples/ @SirVer @golovasteek @dorezyuk
/modules/YetiSimulator/ @SebaLukas @pietfried @corneliusclaussen @MarzellT
**/Cargo.toml @SirVer @golovasteek @dorezyuk
**/Cargo.lock @SirVer @golovasteek @dorezyuk

Expand Down
4 changes: 2 additions & 2 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ev_add_module(YetiSimulator)
add_subdirectory(examples)
add_subdirectory(simulation)

if (${EVEREST_ENABLE_RS_SUPPORT})
if(${EVEREST_ENABLE_RS_SUPPORT})
ev_add_module(RsIskraMeter)
ev_add_module(RsPaymentTerminal)
add_subdirectory(rust_examples)
endif ()
endif()

0 comments on commit b69e1d0

Please sign in to comment.