Skip to content

Commit a8331c2

Browse files
Update psoc6 core_lib to version 1.1.1.11109.
1 parent 5bd02f8 commit a8331c2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_result.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
********************************************************************************
1010
* \copyright
11-
* Copyright 2018-2019 Cypress Semiconductor Corporation
11+
* Copyright 2018-2020 Cypress Semiconductor Corporation
1212
* SPDX-License-Identifier: Apache-2.0
1313
*
1414
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -69,7 +69,7 @@ typedef uint32_t cy_rslt_t;
6969

7070
/** \cond INTERNAL */
7171
/** Mask for the bit at position "x" */
72-
#define CY_BIT_MASK(x) ((1U << (x)) - 1U)
72+
#define CY_BIT_MASK(x) ((1UL << (x)) - 1U)
7373

7474
/** Bit position of the result type */
7575
#define CY_RSLT_TYPE_POSITION (16U)

targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
********************************************************************************
88
* \copyright
9-
* Copyright 2018-2019 Cypress Semiconductor Corporation
9+
* Copyright 2018-2020 Cypress Semiconductor Corporation
1010
* SPDX-License-Identifier: Apache-2.0
1111
*
1212
* Licensed under the Apache License, Version 2.0 (the "License");
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<version>1.1.1.11109</version>

0 commit comments

Comments
 (0)