Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
neu-rah committed May 4, 2020
1 parent 759ffe9 commit 0fa2276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menuIo.h
Expand Up @@ -75,8 +75,8 @@
idx_t maxY(idx_t i=0) const;
idx_t& top(navNode& nav) const;
// inline void reset() {panelsList.reset();}
idx_t printRaw(const char* at,idx_t len);
virtual inline idx_t printRaw(const __FlashStringHelper* at,idx_t len) {
virtual idx_t printRaw(const char* at,idx_t len);
inline idx_t printRaw(const __FlashStringHelper* at,idx_t len) {
return printRaw((const char*)at,len);
}
idx_t printText(const __FlashStringHelper* at,idx_t len) {return printRaw(at,len);}
Expand Down

0 comments on commit 0fa2276

Please sign in to comment.