Skip to content

Commit

Permalink
Fixed main.cpp style
Browse files Browse the repository at this point in the history
  • Loading branch information
lnarolski committed Jul 3, 2023
1 parent f929789 commit 39620d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void TurnOnSpacecraft()
void TurnOffSpacecraft()
{
std::cout << "TurnOffSpacecraft()" << std::endl;
system("echo 0 > /sys/class/gpio/gpio20/value");
system("echo 0 > /sys/class/gpio/gpio20/value");
}

int main()
Expand Down

0 comments on commit 39620d0

Please sign in to comment.