Skip to content

Commit

Permalink
issue #302 PATCH: wait until pantoPhysics loads godObject
Browse files Browse the repository at this point in the history
  • Loading branch information
JotaroS committed Jun 5, 2020
1 parent 38158a2 commit 7484f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/ioMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FramerateLimiter sendLimiter = FramerateLimiter::fromFPS(60);
void ioSetup()
{
ulTaskNotifyTake(true, portMAX_DELAY);
delay(100); // TODO: patch: wait until pantoPhysics instantiates godobject (physicsMain);
}

void ioLoop()
Expand Down

0 comments on commit 7484f16

Please sign in to comment.