Mateusz Wójcik / Mbed 2 deprecated FRDMK64_SDCard

Dependencies:   mbed

Committer:
kudlatykaskader
Date:
Sat Nov 18 22:04:50 2017 +0000
Revision:
0:e2da1a4652f5
commit;

Who changed what in which revision?

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