去掉导致

This commit is contained in:
cdy 2016-12-01 16:07:55 +08:00
parent 698b535294
commit 249622c74e
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ void IOK0612::InitButtons(const Delegate2<InputPort&, bool>& press)
for (int i = 0; i < ButtonPins.Count(); i++)
{
auto port = new InputPort(ButtonPins[i]);
port->Invert = true;
port->State = i;
port->Press = press;
port->UsePress();