Skip to content

Commit

Permalink
Merge pull request #171 from rogy-AquaLab/remove'pc'
Browse files Browse the repository at this point in the history
deleted 'BufferedSerial pc;'
  • Loading branch information
H1rono authored May 8, 2024
2 parents 14611cf + 37ab413 commit 95f86cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions include/schneider_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ class Schneider {
DigitalOut led1;
DigitalOut led2;
DigitalOut led3;

BufferedSerial pc;
};
} // namespace omniboat

Expand Down
3 changes: 1 addition & 2 deletions src/schneider_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Schneider::Schneider() :
fet_2(PA_10),
led1(PA_1),
led2(PA_3),
led3(PA_4),
pc(USBTX, USBRX) {
led3(PA_4) {
this->led(1);
this->led(2);
this->led(3);
Expand Down

0 comments on commit 95f86cf

Please sign in to comment.