Stm32f103c8t6 in keil compiler error: # 67: expected a “}” solution

This kind of error is generally in the following form
.. (user/stm32f10x. H (298): error: # – 67: expected a “}”
and generally occurs after porting from large capacity products (zet6, rct6, etc.)
at this time, check the define in C/C + +, and then click
stm32f10x_ HD,USE_ STDPERIPH_ Driver
is changed to
stm32f10x_ MD,USE_ STDPERIPH_ DRIVER

Read More: