12345678910111213 |
- /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2021-12-26 Meco Man First Version
- */
- #include "compiler_private.h"
- const char *warning_without_fs = "Please enable RT_USING_POSIX_FS";
- const char *warning_without_devio = "Please enable RT_USING_POSIX_FS and RT_USING_POSIX_DEVIO";
|