12 lines
354 B
C
12 lines
354 B
C
// This file is part of the CircuitPython project: https://circuitpython.org
|
|
//
|
|
// SPDX-FileCopyrightText: Copyright (c) 2018 Scott Shawcroft for Adafruit Industries
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
#ifndef SHARED_MODULE_TERMINALIO___INIT___H
|
|
#define SHARED_MODULE_TERMINALIO___INIT___H
|
|
|
|
#endif /* SHARED_MODULE_TERMINALIO___INIT___H */
|