ソースを参照

Merge pull request #277 from jwlodek/fix-speed-example

Fix issue with speed example - does not compile on master branch
pull/283/head
mstroh76 2ヶ月前
committed by GitHub
コミット
f0c8991e3a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      examples/speed.c

+ 1
- 1
examples/speed.c ファイルの表示

@@ -93,7 +93,7 @@ int main (void)
// character device ABI

printf ("\ncharacter device ABI method: (%8d iterations)\n", SLOW_COUNT) ;
wiringPiSetupGpioDevice () ;
wiringPiSetupGpioDevice (WPI_PIN_BCM) ;
pinMode (17, OUTPUT) ;
speedTest (17, SLOW_COUNT) ;



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