Skip to content

Commit

Permalink
Merge pull request #3 from duff2013/master
Browse files Browse the repository at this point in the history
fix include guard errors
  • Loading branch information
PaulStoffregen committed Nov 30, 2014
2 parents a4c8dea + 6218114 commit c066068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OctoWS2811.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
THE SOFTWARE.
*/

#ifndef OctoWS2811_h
#define OctoWS2811_h

#include <Arduino.h>
#include "DMAChannel.h"
Expand Down Expand Up @@ -72,3 +74,4 @@ class OctoWS2811 {
static void isr(void);
};

#endif

0 comments on commit c066068

Please # to comment.