从标题中可能不清楚.我在嵌入式STM32项目中遇到了以下代码.我不明白函数里面的行.
static void txend1(UARTDriver *uartp) { (void)uartp; // what does this do? Is it a statement? }
我已经尝试在网上搜索其他地方,但大多数结果是指向void指针的指针,我不认为这是.谢谢您的帮助!
c embedded stm32
c ×1
embedded ×1
stm32 ×1