jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

C function short_wait() #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The delay in this function is optimised out and does nothing.  Suggest 
replacing the dummy operation:
    i++;
    i--;
by the following line :
    asm volatile ("nop");

Original issue reported on code.google.com by btcros...@googlemail.com on 9 Sep 2012 at 3:39

GoogleCodeExporter commented 9 years ago
Fixed in source code repos and awaiting release 0.4.0a.

Original comment by btcros...@googlemail.com on 9 Sep 2012 at 3:40

GoogleCodeExporter commented 9 years ago
Included in release 0.4.0a - closing issue

Original comment by btcros...@googlemail.com on 21 Sep 2012 at 1:52