報錯:
xxx/xxx.c:990:25:error: expected ‘)’ before numeric constant
static DRIVER_ATTR(als, 0666, ltr507_show_als, NULL);
^~~~
源代碼:
static DRIVER_ATTR(als, 0660, ltr507_show_als, NULL);
為什么會報錯呢?
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/232195.html
標籤:驅動開發/核心開發
上一篇:字典中添加串列的問題
下一篇:純新手,請教一個運放的作用
