ソースを参照

Forgot 'const' in method body

pull/51/head
Byron Batteson 8年前
コミット
b6623fd1df
1個のファイルの変更1行の追加1行の削除
  1. +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"


読み込み中…
キャンセル
保存