Newer
Older
mbed-os / targets / TARGET_ARM_SSG / TARGET_BEETLE / cordio / include / cordio_sdk_version.h
@Christopher Haster Christopher Haster on 30 Sep 2016 1 KB restructure - Moved targets out to top level
/*************************************************************************************************/
/*!
 *  \file   cordio_sdk_version.h
 *
 *  \brief  Cordio SDK version.
 *
 *          $Date: 2015-10-22 18:45:26 -0400 (Thu, 22 Oct 2015) $
 *          $Revision: 4273 $
 *
 * Copyright (c) 2009-2016, ARM Limited, All Rights Reserved
 * SPDX-License-Identifier: LicenseRef-PBL
 *
 * This file and the related binary are licensed under the
 * Permissive Binary License, Version 1.0 (the "License");
 * you may not use these files except in compliance with the License.
 *
 * You may obtain a copy of the License here:
 * LICENSE-permissive-binary-license-1.0.txt and at
 * https://www.mbed.com/licenses/PBL-1.0
 *
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*************************************************************************************************/

#ifndef CORDIO_SDK_VERSION_H
#define CORDIO_SDK_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

/*! \brief    Cordio SDK version string. */
#define CORDIO_SDK_VERSION "20151023-r4279"

/*! \brief    Cordio SDK major version. */
#define CORDIO_SDK_VERSION_MAJOR 1

/*! \brief    Cordio SDK minor version. */
#define CORDIO_SDK_VERSION_MINOR 1.4

#ifdef __cplusplus
}
#endif

#endif /* CORDIO_SDK_VERSION_H */