Skip to content

Commit

Permalink
Merge pull request #16 from peternewman/patch-3
Browse files Browse the repository at this point in the history
Change the static strings to const char*
  • Loading branch information
mathertel authored Sep 26, 2018
2 parents d28a847 + 22cd830 commit e71c326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DMXSerial2.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ struct RDMSENSOR {
}; // struct RDMSENSOR

struct RDMINIT {
char *manufacturerLabel; //
const char *manufacturerLabel; //
const uint16_t deviceModelId; //
char *deviceModel; //
const char *deviceModel; //
uint16_t footprint;
// uint16_t personalityCount;
// RDMPERSONALITY *personalities;
Expand Down

0 comments on commit e71c326

Please sign in to comment.