keil(MDK)错误记录
1、 a parameter list without types is only allowed in a function definition (没有类型的参数列表只允许在函数定义中使用) 2、 Error: L6200E: Symbol HAL_UART_Transmit_User multiply defined (by esp8266.o and stm32f1xx_hal_uart.o) 函数重复定义了,在工程里再找找,可能在其他地方重复定义了此函数。 来源: https://www.cnblogs.com/QQ2962269558/p/12018722.html