STM32F103ZET6代码转STM32F103RBT6芯片上,出现很多错误

2019-10-16 03:09发布

将代码从STM32F103ZET6代码转STM32F103RBT6芯片上,出现了很多错误。
主要都是stm32f10x.h的错。可能要改代码的什么吧,或者换个头文件
就像下面的错误说明

..USERstm32f10x.h(298): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
..USERstm32f10x.h(472): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
main.c: 1 warning, 1 error
compiling stm32f10x_it.c...
stm32f10x.h(298): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
stm32f10x.h(472): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
stm32f10x_it.c: 1 warning, 1 error
compiling system_stm32f10x.c...
stm32f10x.h(298): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
stm32f10x.h(472): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
system_stm32f10x.c: 1 warning, 1 error
compiling led.c...
..USERstm32f10x.h(298): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
..USERstm32f10x.h(472): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;


友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。