| 119 | void close() { |
| 120 | } |
| 121 | uint32_t getFlashAddress() { |
| 122 | return address; |
| 123 | } |
| 124 | protected: |
| 125 | friend class SerialFlashChip; |
| 126 | uint32_t address; // where this file's data begins in the Flash, or zero |
nothing calls this directly
no outgoing calls
no test coverage detected