Why is this function of UART giving me the “conflicting type error ”?

后端 未结 0 687
轮回少年
轮回少年 2021-02-04 03:08

char* UART_Rstring(char* buffer)

{

char *ptr = buffer;

do
{
    *(buffer++) == USART_Receive();
}
while ((buffer-1)!= \'\\r\');  
    *buffer = \'\\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题