Browse Source

update

master
zhaohe 1 year ago
parent
commit
482db72373
  1. 1
      usrc/subboards/subboard30_shake_module/subboard30_shake_module.cpp

1
usrc/subboards/subboard30_shake_module/subboard30_shake_module.cpp

@ -45,6 +45,7 @@ void Subboard30ShakeModule::initialize() {
IO[1].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true); IO[1].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true);
IO[2].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true); IO[2].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true);
IO[3].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true); IO[3].initAsInput(PinNull, ZGPIO::kMode_nopull, ZGPIO::kIRQ_noIrq, true);
GService::inst()->getZCanProtocolParser()->registerModule(this);
#if 1 #if 1

Loading…
Cancel
Save