Integration hell

This commit is contained in:
jpirnay
2026-03-28 18:21:53 +01:00
parent a2aee4f4ae
commit 1b0c5fec28
3 changed files with 0 additions and 12 deletions
-1
View File
@@ -95,7 +95,6 @@ class HalFile : public Print {
void rewindDirectory();
bool close();
HalFile openNextFile();
bool getModifyDateTime(uint16_t* pdate, uint16_t* ptime);
bool isOpen() const;
operator bool() const;
};