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 #ifndef __HELPER__H__ 12 #define __HELPER__H__ 13 14 void hello_helper(); 15 16 #endif //!__HELPER__H__ 17