游戏王对战板,目前code还是空的

Committer:
WFKnight
Date:
Thu Jun 21 13:51:43 2018 +0000
Revision:
0:9b3d4731edbb
UART, RTOS, LED

Who changed what in which revision?

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