浏览代码

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) ;



正在加载...
取消
保存