Move G4 to cpp

This commit is contained in:
Scott Lahteine
2017-09-15 21:17:34 -05:00
parent 4007cbfe9e
commit 760f29a88e
4 changed files with 8 additions and 7 deletions

View File

@ -299,7 +299,7 @@ public:
#define KEEPALIVE_STATE(n) NOOP
#endif
void dwell(millis_t time);
static void dwell(millis_t time);
private: