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

10 lines
319 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2020 Scott Shawcroft, for Adafruit Industries LLC
//
// SPDX-License-Identifier: MIT
#pragma once
#include "supervisor/internal_flash.h" // This is per-port.
void port_internal_flash_flush(void);