Make flash libraries inclusion exclusive to NRF52

This commit is contained in:
jacob.eva
2024-01-20 10:46:38 +00:00
parent 381d40c4f5
commit 477c6d0385
7 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifdef NRF52840_XXAA
#include <string.h>
#include "flash_cache.h"
#include "common_func.h"
@@ -201,4 +201,4 @@ int flash_cache_read (flash_cache_t* fc, void* dst, uint32_t addr, uint32_t coun
return (int) count;
}
#endif