Skip to content

Commit

Permalink
Merge branch 'portability-fixes' of github.com:denravonska/NMEA2000 i…
Browse files Browse the repository at this point in the history
…nto portability-fixes
  • Loading branch information
denravonska committed Dec 7, 2016
2 parents bd6b521 + c5f148a commit 5fd9923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions N2kDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class __FlashStringHelper;
#define GET_CINT16(var) pgm_read_word(&var)
#define GET_CINT32(var) pgm_read_dword(&var)
#else
#error
// No specific const storage support (default).
#define CSTR(str) str
#define CDATA(data) data
Expand Down

0 comments on commit 5fd9923

Please sign in to comment.