Hiruka Hana / Gyro_Accelerometre

Dependents:   Gyro_Accelerometre2

Committer:
SandrineO
Date:
Tue Feb 20 15:58:26 2018 +0000
Revision:
0:07281ea3b26b
temps r?el

Who changed what in which revision?

UserRevisionLine numberNew contents of line
SandrineO 0:07281ea3b26b 1 /* mbed Microcontroller Library
SandrineO 0:07281ea3b26b 2 * Copyright (c) 2016 ARM Limited
SandrineO 0:07281ea3b26b 3 *
SandrineO 0:07281ea3b26b 4 * Licensed under the Apache License, Version 2.0 (the "License");
SandrineO 0:07281ea3b26b 5 * you may not use this file except in compliance with the License.
SandrineO 0:07281ea3b26b 6 * You may obtain a copy of the License at
SandrineO 0:07281ea3b26b 7 *
SandrineO 0:07281ea3b26b 8 * http://www.apache.org/licenses/LICENSE-2.0
SandrineO 0:07281ea3b26b 9 *
SandrineO 0:07281ea3b26b 10 * Unless required by applicable law or agreed to in writing, software
SandrineO 0:07281ea3b26b 11 * distributed under the License is distributed on an "AS IS" BASIS,
SandrineO 0:07281ea3b26b 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
SandrineO 0:07281ea3b26b 13 * See the License for the specific language governing permissions and
SandrineO 0:07281ea3b26b 14 * limitations under the License.
SandrineO 0:07281ea3b26b 15 */
SandrineO 0:07281ea3b26b 16 #ifndef MBED_MBED_RTX_H
SandrineO 0:07281ea3b26b 17 #define MBED_MBED_RTX_H
SandrineO 0:07281ea3b26b 18
SandrineO 0:07281ea3b26b 19 #if defined(TARGET_RZ_A1H) || defined(TARGET_VK_RZ_A1H)
SandrineO 0:07281ea3b26b 20 #ifndef OS_CLOCK
SandrineO 0:07281ea3b26b 21 #define OS_CLOCK 12000000
SandrineO 0:07281ea3b26b 22 #endif
SandrineO 0:07281ea3b26b 23 #endif
SandrineO 0:07281ea3b26b 24
SandrineO 0:07281ea3b26b 25 #endif // MBED_MBED_RTX_H