Merge pull request #11939 from blckmn/flash-fix
[betaflight.git] / src / main / drivers / flash_w25q128fv.h
blobd28de244faf3ffbed6a8851c751e26d60b278525
2 #pragma once
4 #ifdef USE_FLASH_W25Q128FV
6 bool w25q128fv_detect(flashDevice_t *fdevice, uint32_t chipID);
7 #endif