1 /*
2 * Copyright (c) 2025 RT-Thread Development Team
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Change Logs:
7 * Date Author Notes
8 * 2025-08-03 Bernard First version
9 */
10
11 #include "helper.h"
12
hello_helper()13 void hello_helper()
14 {
15 }
16