atbetaflight/src/main/drivers/flash_w25q128fv.h

8 lines
114 B
C

#pragma once
#ifdef USE_FLASH_W25Q128FV
bool w25q128fv_detect(flashDevice_t *fdevice, uint32_t chipID);
#endif