| 58 | static wl_handle_t data_wl_handle = WL_INVALID_HANDLE; |
| 59 | |
| 60 | wl_handle_t getDataPartitionWlHandle() { |
| 61 | return data_wl_handle; |
| 62 | } |
| 63 | |
| 64 | size_t getSectorSize() { |
| 65 | #if defined(CONFIG_FATFS_SECTOR_512) |
no outgoing calls
no test coverage detected