Skip to content

Commit 705b9b7

Browse files
committed
fixing compile UTFT example for arduino due
1 parent d75a4bd commit 705b9b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/io.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
menuNode* drawn=NULL;
4949
menuOut(idx_t *topsList,panelsList &p,styles os=minimalRedraw)
5050
:tops(topsList),panels(p),style(os) {}
51-
inline idx_t maxX(idx_t i=0) const;
52-
inline idx_t maxY(idx_t i=0) const;
53-
inline idx_t& top(navNode& nav) const;
51+
idx_t maxX(idx_t i=0) const;
52+
idx_t maxY(idx_t i=0) const;
53+
idx_t& top(navNode& nav) const;
5454
idx_t printRaw(const char* at,idx_t len);
5555
#ifdef DEBUG
5656
virtual menuOut& operator<<(prompt const &p);

0 commit comments

Comments
 (0)