[tuxdroid-svn] r176 - api/python/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-03-18 22:32:57
|
Author: jaguarondi Date: 2007-03-18 23:32:14 +0100 (Sun, 18 Mar 2007) New Revision: 176 Modified: api/python/trunk/tuxapi_class.py Log: - UPD: fixed a typo in api/python/trunk/tuxapi_class.py Modified: api/python/trunk/tuxapi_class.py =================================================================== --- api/python/trunk/tuxapi_class.py 2007-03-16 12:36:53 UTC (rev 175) +++ api/python/trunk/tuxapi_class.py 2007-03-18 22:32:14 UTC (rev 176) @@ -724,7 +724,7 @@ #-------------------------------------------------------------------------- ## Wait until head button is released #-------------------------------------------------------------------------- - def wait_head_bt_relealed(self): + def wait_head_bt_released(self): return self.wait_status(DATAS_STATUS_HEAD_PUSH_SWITCH,0,9999) #-------------------------------------------------------------------------- |