Skip to content

arch/stm32f0l0g0/stm32_serial_v2.c: fix compilation error#18753

Merged
simbit18 merged 1 commit into
apache:masterfrom
raiden00pl:stm32c0_termios
Apr 17, 2026
Merged

arch/stm32f0l0g0/stm32_serial_v2.c: fix compilation error#18753
simbit18 merged 1 commit into
apache:masterfrom
raiden00pl:stm32c0_termios

Conversation

@raiden00pl
Copy link
Copy Markdown
Member

Summary

fix compilation error for CONFIG_SERIAL_TERMIOS=y

chip/stm32_serial_v2.c:923:35: error: 'struct up_dev_s' has no member named 'rxftcfg'
923 | regval |= USART_CR3_RXFTCFG(priv->rxftcfg);

Impact

fix compilation error

Testing

nucleo-c071rb with termios enabled

@github-actions github-actions Bot added Arch: arm Issues related to ARM (32-bit) architecture Size: XS The size of the change in this PR is very small labels Apr 17, 2026
fix compilation error for CONFIG_SERIAL_TERMIOS=y

chip/stm32_serial_v2.c:923:35: error: 'struct up_dev_s' has no member named 'rxftcfg'
  923 |   regval |= USART_CR3_RXFTCFG(priv->rxftcfg);

Signed-off-by: raiden00pl <raiden00@railab.me>
@simbit18 simbit18 merged commit a33c555 into apache:master Apr 17, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: arm Issues related to ARM (32-bit) architecture Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants