mirror of https://github.com/RT-Thread/rt-thread
14 lines
400 B
C
14 lines
400 B
C
/*
|
|
* 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";
|