ok

Dependents:   I2C

Committer:
daniwestside
Date:
Wed Nov 27 11:10:54 2019 +0000
Revision:
0:87794c1656d6
aaa

Who changed what in which revision?

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