yes Spada / Mbed 2 deprecated PS6_uplink

Dependencies:   mbed

Committer:
jordanemonney
Date:
Thu Mar 05 14:08:32 2020 +0000
Revision:
0:e73fe93596e9
commit project;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jordanemonney 0:e73fe93596e9 1 /**
jordanemonney 0:e73fe93596e9 2 * Copyright (c) 2017, Arm Limited and affiliates.
jordanemonney 0:e73fe93596e9 3 * SPDX-License-Identifier: Apache-2.0
jordanemonney 0:e73fe93596e9 4 *
jordanemonney 0:e73fe93596e9 5 * Licensed under the Apache License, Version 2.0 (the "License");
jordanemonney 0:e73fe93596e9 6 * you may not use this file except in compliance with the License.
jordanemonney 0:e73fe93596e9 7 * You may obtain a copy of the License at
jordanemonney 0:e73fe93596e9 8 *
jordanemonney 0:e73fe93596e9 9 * http://www.apache.org/licenses/LICENSE-2.0
jordanemonney 0:e73fe93596e9 10 *
jordanemonney 0:e73fe93596e9 11 * Unless required by applicable law or agreed to in writing, software
jordanemonney 0:e73fe93596e9 12 * distributed under the License is distributed on an "AS IS" BASIS,
jordanemonney 0:e73fe93596e9 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
jordanemonney 0:e73fe93596e9 14 * See the License for the specific language governing permissions and
jordanemonney 0:e73fe93596e9 15 * limitations under the License.
jordanemonney 0:e73fe93596e9 16 */
jordanemonney 0:e73fe93596e9 17
jordanemonney 0:e73fe93596e9 18 #ifndef APP_TRACE_HELPER_H_
jordanemonney 0:e73fe93596e9 19 #define APP_TRACE_HELPER_H_
jordanemonney 0:e73fe93596e9 20
jordanemonney 0:e73fe93596e9 21 /**
jordanemonney 0:e73fe93596e9 22 * Helper function for the application to setup Mbed trace.
jordanemonney 0:e73fe93596e9 23 * It Wouldn't do anything if the FEATURE_COMMON_PAL is not added
jordanemonney 0:e73fe93596e9 24 * or if the trace is disabled using mbed_app.json
jordanemonney 0:e73fe93596e9 25 */
jordanemonney 0:e73fe93596e9 26 void setup_trace();
jordanemonney 0:e73fe93596e9 27
jordanemonney 0:e73fe93596e9 28 #endif /* APP_TRACE_HELPER_H_ */
jordanemonney 0:e73fe93596e9 29