Fix compilation without U8X8_USE_PINS

The ifdef guard was removed in merge commit '2bcaeb8'. Breaking
compilation outside of the Arduino environment.
This commit is contained in:
Hendry Kaak 2017-11-06 18:47:45 +01:00
parent b8d41b5781
commit 3d5d701c0b
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class U8X8 : public Print
};
#ifdef U8X8_USE_PINS
// constructor list start
/* generated code (codebuild), u8g2 project */
@ -2881,6 +2882,7 @@ class U8X8_MAX7219_32X8_2ND_4W_HW_SPI : public U8X8 {
// constructor list end
#endif // U8X8_USE_PINS
#endif /* _U8X8LIB_HH */