#pragma once #include struct FatRange { uint32_t startAddr; uint32_t endAddr; };