circuitpython/supervisor/shared/external_flash/qspi_flash.h
2024-05-19 20:40:44 -04:00

8 lines
280 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2018 Scott Shawcroft for Adafruit Industries LLC
//
// SPDX-License-Identifier: MIT
#pragma once
void check_quad_enable(const external_flash_device *device);