Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers feature_lwip_is_deprecated.c Source File

feature_lwip_is_deprecated.c

00001 /*
00002  * Copyright (c) 2018 Arm Limited. All rights reserved.
00003  *
00004  * SPDX-License-Identifier: Apache-2.0
00005  *
00006  * Licensed under the Apache License, Version 2.0 (the License); you may
00007  * not use this file except in compliance with the License.
00008  * You may obtain a copy of the License at
00009  *
00010  * www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an AS IS BASIS, WITHOUT
00014  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #include "platform/mbed_toolchain.h"
00020 
00021 
00022 MBED_DEPRECATED_SINCE ("5.10", "FEATURE_LWIP is deprecated. You do not need to enable it anymore in mbed_app.json")
00023 static void feature_lwip(void) { }
00024 void dummy_feature_lwip_is_deprecated(void)
00025 {
00026     feature_lwip();
00027 }