Skip to content

Commit

Permalink
Fixed step
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Nov 20, 2017
1 parent f0b2c13 commit 59217ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switches/http/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ namespace Aseba

// standard Aseba run loop
#ifdef ZEROCONF_SUPPORT
if (!step(50))
#else // ZEROCONF_SUPPORT
if (!zeroconf.dashelStep(50))
#else // ZEROCONF_SUPPORT
if (!step(50))
#endif // ZEROCONF_SUPPORT
return false;
const UnifiedTime now;
Expand Down

0 comments on commit 59217ac

Please sign in to comment.