Missing syntax (#198)

This commit is contained in:
Michael Miller
2018-02-14 19:36:25 -08:00
committed by GitHub
parent e89025e2f9
commit 7ebfcb7fe2

View File

@@ -290,7 +290,7 @@ class NeoArmMk26z64Speed800Kbps : public NeoArmMk26z64Speed800KbpsBase
{ {
public: public:
const static uint32_t ResetTimeUs = 50; const static uint32_t ResetTimeUs = 50;
} };
typedef NeoArmMethodBase<NeoArmMk26z64SpeedWs2813> NeoArmWs2813Method; typedef NeoArmMethodBase<NeoArmMk26z64SpeedWs2813> NeoArmWs2813Method;
typedef NeoArmMethodBase<NeoArmMk26z64Speed800Kbps> NeoArm800KbpsMethod; typedef NeoArmMethodBase<NeoArmMk26z64Speed800Kbps> NeoArm800KbpsMethod;