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