Skip to content

Commit 041c360

Browse files
committed
lpc4322 (SWO): downgrade CMSIS UART drivers (thanks to @kc8apf)
@kc8apf noticed that the drivers in version 2.9.0 of LPC4300_DFP pack work
1 parent d2992f4 commit 041c360

File tree

3 files changed

+177
-230
lines changed

3 files changed

+177
-230
lines changed

source/hic_hal/nxp/lpc4322/RTE_Driver/SCU_LPC43xx.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------
2-
* Copyright (c) 2013-2020 Arm Limited (or its affiliates). All
2+
* Copyright (c) 2013-2019 Arm Limited (or its affiliates). All
33
* rights reserved.
44
*
55
* SPDX-License-Identifier: Apache-2.0
@@ -16,8 +16,8 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*
19-
* $Date: 20. Januar 2020
20-
* $Revision: V1.2
19+
* $Date: 30. April 2019
20+
* $Revision: V1.1
2121
*
2222
* Project: SCU Driver Definitions for NXP LPC43xx
2323
* -------------------------------------------------------------------------- */
@@ -31,7 +31,6 @@
3131
typedef struct _PIN_ID {
3232
uint8_t port;
3333
uint8_t num;
34-
uint8_t reserved[2];
3534
uint32_t config_val;
3635
} PIN_ID;
3736

0 commit comments

Comments
 (0)