Skip to content

Commit

Permalink
Missing syntax (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna authored Feb 15, 2018
1 parent e89025e commit 7ebfcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/NeoArmMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class NeoArmMk26z64Speed800Kbps : public NeoArmMk26z64Speed800KbpsBase
{
public:
const static uint32_t ResetTimeUs = 50;
}
};

typedef NeoArmMethodBase<NeoArmMk26z64SpeedWs2813> NeoArmWs2813Method;
typedef NeoArmMethodBase<NeoArmMk26z64Speed800Kbps> NeoArm800KbpsMethod;
Expand Down

0 comments on commit 7ebfcb7

Please sign in to comment.