1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
---|---|
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #ifndef BACKENDGLOBAL_H |
6 | #define BACKENDGLOBAL_H |
7 | |
8 | //! May change output channal later. |
9 | #define Log(message) printf("%s", message); |
10 | |
11 | #endif // BACKENDGLOBAL_H |
12 |