Skip to content

Commit

Permalink
Fix build problems that some (but oddly, not all) people were having …
Browse files Browse the repository at this point in the history
…with 1.5.8.
  • Loading branch information
focalintent committed Nov 9, 2014
1 parent bc79688 commit e6f3a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colorutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ class CRGBPalette16;
class CRGBPalette256;
class CHSVPalette16;
class CHSVPalette256;
typedef prog_uint32_t TProgmemRGBPalette16[16];
typedef prog_uint32_t TProgmemHSVPalette16[16];
typedef uint32_t TProgmemRGBPalette16[16];
typedef uint32_t TProgmemHSVPalette16[16];
#define TProgmemPalette16 TProgmemRGBPalette16

// Convert a 16-entry palette to a 256-entry palette
Expand Down

0 comments on commit e6f3a2e

Please sign in to comment.