Page 1 of 1

error: 'USART_CR1_OVER8' undeclared  Topic is solved

Posted: Sat Jun 09, 2018 5:45 am
by Spider
Hello!

Today I'am hase added ChibiOS as submodule to my project git. Aftre trying to rebuild from "clean" state i received error:
error: 'USART_CR1_OVER8' undeclared
► Show Spoiler


this error received when trying to build any Demo project for STM32F103 cpu. with ChibiOS branch stable_17.6.x

Re: error: 'USART_CR1_OVER8' undeclared

Posted: Sat Jun 09, 2018 6:26 pm
by Giovanni
Hi,

I added a check on the presence of that definition, should be fine now.

Giovanni