Skip to content

Commit

Permalink
#234 #236: Fix flow driver to wait for sys start
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jun 26, 2017
1 parent b318c08 commit aedb00e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deck/drivers/src/flowdeck.c
Expand Up @@ -25,6 +25,7 @@
/* flowdeck.c: Flow deck driver */
#include "deck.h"
#include "debug.h"
#include "system.h"
#include "log.h"
#include "param.h"

Expand Down Expand Up @@ -241,6 +242,8 @@ static void InitRegisters()

static void pamotionTask(void *param)
{
systemWaitStart();

while(1) {
vTaskDelay(10);

Expand Down

0 comments on commit aedb00e

Please sign in to comment.