M33 LONG_FILENAME_HOST_SUPPORT

This commit is contained in:
Scott Lahteine
2015-05-17 17:36:32 -07:00
parent c5feb9c6a1
commit 0f2c9bacfd
15 changed files with 135 additions and 2 deletions

View File

@ -28,6 +28,10 @@ public:
void getStatus();
void printingHasFinished();
#ifdef LONG_FILENAME_HOST_SUPPORT
void printLongPath(char *path);
#endif
void getfilename(uint16_t nr, const char* const match=NULL);
uint16_t getnrfilenames();