fix autostart failure if in wrong directory
This commit is contained in:
parent
396270a0de
commit
729cde4475
3 changed files with 12 additions and 1 deletions
|
|
@ -31,6 +31,8 @@ public:
|
|||
void ls();
|
||||
void chdir(const char * relpath);
|
||||
void updir();
|
||||
void setroot();
|
||||
|
||||
|
||||
FORCE_INLINE bool eof() { return sdpos>=filesize ;};
|
||||
FORCE_INLINE int16_t get() { sdpos = file.curPosition();return (int16_t)file.read();};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue