Knight KE
/
Game_Master
游戏王对战板,目前code还是空的
mbed-os/platform/semihost_api.h@0:9b3d4731edbb, 2018-06-21 (annotated)
- Committer:
- WFKnight
- Date:
- Thu Jun 21 13:51:43 2018 +0000
- Revision:
- 0:9b3d4731edbb
UART, RTOS, LED
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
WFKnight | 0:9b3d4731edbb | 1 | /* |
WFKnight | 0:9b3d4731edbb | 2 | * Copyright (c) 2015-2016, 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 | |
WFKnight | 0:9b3d4731edbb | 18 | #ifndef MBED_OLD_SEMIHOST_API_H |
WFKnight | 0:9b3d4731edbb | 19 | #define MBED_OLD_SEMIHOST_API_H |
WFKnight | 0:9b3d4731edbb | 20 | |
WFKnight | 0:9b3d4731edbb | 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] |
WFKnight | 0:9b3d4731edbb | 22 | #include "platform/mbed_semihost_api.h" |
WFKnight | 0:9b3d4731edbb | 23 | |
WFKnight | 0:9b3d4731edbb | 24 | #endif |