/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2026-01-23 Administrator the first version */ #ifndef APPLICATIONS_INI_CONFIG_H_ #define APPLICATIONS_INI_CONFIG_H_ extern void write_sample(void); #endif /* APPLICATIONS_INI_CONFIG_H_ */