Ned Konz / Multi_WS2811

Dependents:   Multi_WS2811_test

Revision:
2:9447404f2d16
Parent:
1:86a910560879
Child:
3:df4319053bfa
diff -r 86a910560879 -r 9447404f2d16 WS2811.cpp
--- a/WS2811.cpp	Thu Jun 11 15:24:41 2015 +0000
+++ b/WS2811.cpp	Thu Jun 11 15:32:07 2015 +0000
@@ -71,7 +71,7 @@
 
 // class static
 template <unsigned MAX_LEDS_PER_STRIP>
-WS2811<MAX_LEDS_PER_STRIP>::DMALayout WS2811<MAX_LEDS_PER_STRIP>::dmaData WORD_ALIGNED;
+struct WS2811<MAX_LEDS_PER_STRIP>::DMALayout WS2811<MAX_LEDS_PER_STRIP>::dmaData WORD_ALIGNED;
 
 // class static
 template <unsigned MAX_LEDS_PER_STRIP>