本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
9
Wiki
活動
瀏覽代碼
Forgot 'const' in method body
pull/51/head
Byron Batteson
8 年之前
父節點
0ad54223e2
當前提交
b6623fd1df
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
查看文件
@@ -1068,7 +1068,7 @@ int getAlt (int pin)
return alt ;
}
char* getAltText (int pin)
const
char* getAltText (int pin)
{
static char *alts [] = {
"IN", "OUT", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"
Write
Preview
Loading…
取消
儲存