mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-08-05 12:26:46 +00:00
volatile
This commit is contained in:
@@ -142,7 +142,7 @@ class FileManager {
|
||||
virtual int lseek(int8_t fd, int offset, int whence) = 0;
|
||||
|
||||
protected:
|
||||
unsigned long fileSeekPositions[MAXFILES];
|
||||
volatile unsigned long fileSeekPositions[MAXFILES];
|
||||
char cachedNames[MAXFILES][MAXPATH];
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user