Rahul Dahiya / Mbed OS STM32F7 Ethernet
Committer:
rahul_dahiya
Date:
Wed Jan 15 15:57:15 2020 +0530
Revision:
0:fb8047b156bb
STM32F7 LWIP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rahul_dahiya 0:fb8047b156bb 1 /*
rahul_dahiya 0:fb8047b156bb 2 * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved
rahul_dahiya 0:fb8047b156bb 3 * SPDX-License-Identifier: Apache-2.0
rahul_dahiya 0:fb8047b156bb 4 *
rahul_dahiya 0:fb8047b156bb 5 * Licensed under the Apache License, Version 2.0 (the "License"); you may
rahul_dahiya 0:fb8047b156bb 6 * not use this file except in compliance with the License.
rahul_dahiya 0:fb8047b156bb 7 * You may obtain a copy of the License at
rahul_dahiya 0:fb8047b156bb 8 *
rahul_dahiya 0:fb8047b156bb 9 * http://www.apache.org/licenses/LICENSE-2.0
rahul_dahiya 0:fb8047b156bb 10 *
rahul_dahiya 0:fb8047b156bb 11 * Unless required by applicable law or agreed to in writing, software
rahul_dahiya 0:fb8047b156bb 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
rahul_dahiya 0:fb8047b156bb 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rahul_dahiya 0:fb8047b156bb 14 * See the License for the specific language governing permissions and
rahul_dahiya 0:fb8047b156bb 15 * limitations under the License.
rahul_dahiya 0:fb8047b156bb 16 */
rahul_dahiya 0:fb8047b156bb 17
rahul_dahiya 0:fb8047b156bb 18 #ifndef MBED_OLD_SEMIHOST_API_H
rahul_dahiya 0:fb8047b156bb 19 #define MBED_OLD_SEMIHOST_API_H
rahul_dahiya 0:fb8047b156bb 20
rahul_dahiya 0:fb8047b156bb 21 #warning semihost_api.h has been replaced by mbed_semihost_api.h, please update to mbed_semihost_api.h [since mbed-os-5.3]
rahul_dahiya 0:fb8047b156bb 22 #include "platform/mbed_semihost_api.h"
rahul_dahiya 0:fb8047b156bb 23
rahul_dahiya 0:fb8047b156bb 24 #endif