MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getDataPartitionWlHandle

Function getDataPartitionWlHandle

Tactility/Source/PartitionsEsp.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58static wl_handle_t data_wl_handle = WL_INVALID_HANDLE;
59
60wl_handle_t getDataPartitionWlHandle() {
61 return data_wl_handle;
62}
63
64size_t getSectorSize() {
65#if defined(CONFIG_FATFS_SECTOR_512)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected