This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
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…
取消
儲存