標題: J.C(232): warning C206: 'writeComm': missing function-prototype [打印本頁]

作者: 746228432    時間: 2016-11-17 15:57
標題: J.C(232): warning C206: 'writeComm': missing function-prototype
void write_maxmin(uchar add,uchar date)
{
        uchar shi,ge;
        shi=date/10;
        ge=date%10;
        writeComm(0x80+add);   
        writeData(0x30+shi);
        writeData(0x30+ge);
}

作者: ahshmj    時間: 2016-11-17 18:24
你的  writeComm();   
        writeData();
這兩個函數(shù)有嗎?
作者: ahshmj    時間: 2016-11-17 18:24
僅就這一點看不出問題所在。
作者: lgjdqm    時間: 2016-11-27 16:45
是不能調(diào)用的意思




歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1