Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Mar 21, 2024
1 parent ce62f1c commit 4bdb594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/YetiDriver/yeti_comms/evSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ bool evSerial::reset(const int reset_pin) {
system(cmd);

// clear uart input and output buffer
//tcflush(fd, TCIOFLUSH);
// tcflush(fd, TCIOFLUSH);

sprintf(cmd, "echo 1 > /sys/class/gpio/gpio%i/value", reset_pin);
system(cmd);
Expand Down

0 comments on commit 4bdb594

Please sign in to comment.