sTodo-m5paper-client/libraries/M5Utility/src/M5Utility.h
2025-06-30 20:47:33 +02:00

17 lines
320 B
C

/*
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
/*!
@file M5Utility.h
*/
#ifndef M5_UTILITY_H
#define M5_UTILITY_H
#ifdef __cplusplus
#include "M5Utility.hpp"
#else
#error M5Utility requires a C++ compiler, please change file extension to .cc or .cpp
#endif
#endif