Opencv 3.1 project on GR-PEACH board

Fork of gr-peach-opencv-project by the do

Committer:
thedo
Date:
Tue Jul 04 06:23:13 2017 +0000
Revision:
170:54ff26da7eb6
Parent:
167:1657b442184c
project opencv 3.1 on GR PEACH board, no use SD card.

Who changed what in which revision?

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