Cast the period to an integer in `demo/python/cmd.py`'s command setup.
authorW. Trevor King <wking@drexel.edu>
Tue, 13 Mar 2012 12:58:19 +0000 (08:58 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 13 Mar 2012 12:58:19 +0000 (08:58 -0400)
commit7a277ab0cb12e7ad6b84f9973ba5c09bcbdeb1e4
tree4f6caab11a4875a53ec96f863bb21f252b6840ce
parentfe3cdd466b93ccb71df112a641c79bfb6f274a74
Cast the period to an integer in `demo/python/cmd.py`'s command setup.

This avoids:

  TypeError: in method 'comedi_get_cmd_generic_timed',
    argument 5 of type 'unsigned int'
demo/python/cmd.py