Skip to content

Commit

Permalink
Update Serial.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TekuConcept authored Apr 19, 2017
1 parent c4e8db4 commit b96b0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Serial::Serial(std::string device) {
fd = 0;
return;
}
#endif

configure();
acknowledge();
#endif
}

Serial::~Serial() {
Expand Down

0 comments on commit b96b0b5

Please sign in to comment.