1
0

compiler_private.c 400 B

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