Skip to content

Commit

Permalink
fix OSX build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Jun 15, 2018
1 parent 1dba808 commit efd028d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scope_indi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ Mount::MOVE_RESULT ScopeINDI::Guide(GUIDE_DIRECTION direction, int duration)
pulseS_prop->value = duration;
sendNewNumber(pulseGuideNS_prop);
break;
default:
break;
}

if (INDIConfig::Verbose())
Expand Down

0 comments on commit efd028d

Please sign in to comment.