File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 1+ <version >1.1.1.11109</version >
You can’t perform that action at this time.
0 commit comments