Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: First ospi update of 2015 v 2.2.0 #35207

    Niv Gal Waizer
    Participant

    I found a typo and don’t know where to report it:

    diff –git a/ospi.py b/ospi.py
    index 1f958e2..bb6df06 100644
    — a/ospi.py
    +++ b/ospi.py
    @@ -19,7 +19,7 @@ from gpio_pins import set_output

    def timing_loop():
    “”” ***** Main timing algorithm. Runs in a separate thread.***** “””
    –    print _(‘Starting timing loop’) + ‘\n’
    +    print (‘Starting timing loop’) + ‘\n’
    last_min = 0
    while True:  # infinite loop

Viewing 1 post (of 1 total)