Skip to content

Commit 922c693

Browse files
author
Amadeusz Jasak
committed
Removed buggy initialization of Expander
1 parent 82c7622 commit 922c693

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Expander/Expander.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
Expander::Expander(uint8_t address)
3636
{
3737
this->address = address;
38-
39-
this->write(0x00);
4038
}
4139

4240
/******************************************************************************

0 commit comments

Comments
 (0)