Update psoc6 core_lib to version 1.1.1.11109.

pull/12422/head
Dustin Crossman 2020-02-07 14:46:55 -08:00
parent 5bd02f866e
commit a8331c28ce
3 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
* *
******************************************************************************** ********************************************************************************
* \copyright * \copyright
* Copyright 2018-2019 Cypress Semiconductor Corporation * Copyright 2018-2020 Cypress Semiconductor Corporation
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -69,7 +69,7 @@ typedef uint32_t cy_rslt_t;
/** \cond INTERNAL */ /** \cond INTERNAL */
/** Mask for the bit at position "x" */ /** Mask for the bit at position "x" */
#define CY_BIT_MASK(x) ((1U << (x)) - 1U) #define CY_BIT_MASK(x) ((1UL << (x)) - 1U)
/** Bit position of the result type */ /** Bit position of the result type */
#define CY_RSLT_TYPE_POSITION (16U) #define CY_RSLT_TYPE_POSITION (16U)

View File

@ -6,7 +6,7 @@
* *
******************************************************************************** ********************************************************************************
* \copyright * \copyright
* Copyright 2018-2019 Cypress Semiconductor Corporation * Copyright 2018-2020 Cypress Semiconductor Corporation
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -0,0 +1 @@
<version>1.1.1.11109</version>