Skip to content

Commit

Permalink
Merge pull request #15200 from OpenNuvoton/nuvoton_m487_fix-uart67-base
Browse files Browse the repository at this point in the history
M487: Fix UART 6/7 base address encoding
  • Loading branch information
0xc0170 authored Jan 10, 2022
2 parents 149c5b1 + 926cda5 commit 70fd0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/TARGET_NUVOTON/TARGET_M480/PeripheralNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ typedef enum {
UART_3 = (int) NU_MODNAME(UART3_BASE, 3, 0),
UART_4 = (int) NU_MODNAME(UART4_BASE, 4, 0),
UART_5 = (int) NU_MODNAME(UART5_BASE, 5, 0),
UART_6 = (int) NU_MODNAME(UART5_BASE, 6, 0),
UART_7 = (int) NU_MODNAME(UART5_BASE, 7, 0),
UART_6 = (int) NU_MODNAME(UART6_BASE, 6, 0),
UART_7 = (int) NU_MODNAME(UART7_BASE, 7, 0),
// NOTE: board-specific
#if defined(MBED_CONF_TARGET_USB_UART)
USB_UART = MBED_CONF_TARGET_USB_UART,
Expand Down

0 comments on commit 70fd0ce

Please sign in to comment.