Skip to content

Commit

Permalink
swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Jan 19, 2025
1 parent e8e9a0d commit 846e26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 6
SL_SERIAL_UART_TX_PIN: 5

SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 5
SL_SERIAL_UART_RX_PIN: 6

SL_SERIAL_UART_CTS_PORT: 0
SL_SERIAL_UART_CTS_PIN: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 6
SL_IOSTREAM_USART_VCOM_TX_PIN: 5

SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5
SL_IOSTREAM_USART_VCOM_RX_PIN: 6

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
SL_IOSTREAM_USART_VCOM_CTS_PIN: 0
Expand Down

0 comments on commit 846e26e

Please sign in to comment.