test
platform/sleep.h@2:4364577b5ad8, 2020-11-09 (annotated)
- Committer:
- elijahsj
- Date:
- Mon Nov 09 00:33:19 2020 -0500
- Revision:
- 2:4364577b5ad8
- Parent:
- 1:8a094db1347f
copied mbed library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elijahsj | 1:8a094db1347f | 1 | /* |
elijahsj | 1:8a094db1347f | 2 | * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved |
elijahsj | 1:8a094db1347f | 3 | * SPDX-License-Identifier: Apache-2.0 |
elijahsj | 1:8a094db1347f | 4 | * |
elijahsj | 1:8a094db1347f | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
elijahsj | 1:8a094db1347f | 6 | * not use this file except in compliance with the License. |
elijahsj | 1:8a094db1347f | 7 | * You may obtain a copy of the License at |
elijahsj | 1:8a094db1347f | 8 | * |
elijahsj | 1:8a094db1347f | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
elijahsj | 1:8a094db1347f | 10 | * |
elijahsj | 1:8a094db1347f | 11 | * Unless required by applicable law or agreed to in writing, software |
elijahsj | 1:8a094db1347f | 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
elijahsj | 1:8a094db1347f | 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
elijahsj | 1:8a094db1347f | 14 | * See the License for the specific language governing permissions and |
elijahsj | 1:8a094db1347f | 15 | * limitations under the License. |
elijahsj | 1:8a094db1347f | 16 | */ |
elijahsj | 1:8a094db1347f | 17 | |
elijahsj | 1:8a094db1347f | 18 | #ifndef MBED_OLD_SLEEP_H |
elijahsj | 1:8a094db1347f | 19 | #define MBED_OLD_SLEEP_H |
elijahsj | 1:8a094db1347f | 20 | |
elijahsj | 1:8a094db1347f | 21 | #warning sleep.h has been replaced by mbed_sleep.h, please update to mbed_sleep.h [since mbed-os-5.3] |
elijahsj | 1:8a094db1347f | 22 | #include "platform/mbed_sleep.h" |
elijahsj | 1:8a094db1347f | 23 | |
elijahsj | 1:8a094db1347f | 24 | #endif |