| 729 | */ |
| 730 | |
| 731 | uint32_t FatFileSystem::getSectorSizeInBytes() const { |
| 732 | return _bootSector.BPB_BytsPerSec; |
| 733 | } |
| 734 | |
| 735 | /** |
| 736 | * Allocate a new cluster into the chain. This function will seek to the end of the cluster |
no outgoing calls
no test coverage detected