编译程序时出现“Deprecated declaration response_uart_heartbeat - give arg types”的解决办法

吕英豪
2023-12-01

编译程序时出现“Deprecated declaration response_uart_heartbeat - give arg types”中文释义:给定函数的参数的类型过时,

 

解决办法: 在函数void response_uart_heartbeat()声明和定义的时候定义参数类型,无参函数定义为void,即可解决该问题。

 类似资料: