Skip to content

Commit f55971b

Browse files
committed
removed unneccessary call to the selectThis method
1 parent aad6cd5 commit f55971b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lcd_output.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ bool LCDOutput::outputToLCD(int line, std::string text){
283283
std::cout << "LCD Output Number: " << this->output_number << " " << text << "\n";
284284
}
285285

286-
this->selectThis();
287-
288286
if(LCDOutput::enable_output == true){
289287
if(line == 0){
290288
line_addr = LINE_1;

0 commit comments

Comments
 (0)