9 lines
207 B
C++
9 lines
207 B
C++
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example of using only unit component without UnitUnified manager
|
|
*/
|
|
#include "main/ComponentOnly.cpp"
|