Changeset bd4c9bdfca9e847cf6c0bc77ce98f90785eff251
- Timestamp:
- 06/14/07 04:29:22 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- a057af3c85bbb6ca94c77cf40675a211a1ced06c
- Parents:
- 49e0132d6bb68b9d14ad8878d14a5f2ed17a1a93
- git-author:
- L. Donnie Smith <donnie.smith@…> (06/14/07 04:29:22)
- git-committer:
- dsmith <dsmith@…> (06/14/07 04:29:22)
- Message:
-
added delay hack to fix wiimote find issue
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@126 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r49e0132
|
rbd4c9bd
|
|
| | 1 | 2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 2 | * added sleep after cwiid_find_wiimote call |
| | 3 | |
| 1 | 4 | 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> |
| 2 | 5 | python |
-
|
ra09a4ee
|
rbd4c9bd
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| | 18 | * 2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 19 | * * added sleep after cwiid_find_wiimote call |
| | 20 | * |
| 18 | 21 | * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 22 | * * remove error_pipe init and destruct |
| … |
… |
|
| 97 | 100 | goto ERR_HND; |
| 98 | 101 | } |
| | 102 | sleep(1); |
| 99 | 103 | } |
| 100 | 104 | |