Author: remi
Date: 2009-01-07 09:17:21 +0100 (Wed, 07 Jan 2009)
New Revision: 3388

Modified:
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h
Log:
* fixed the threshold of the battery level for low -> empty state.

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h 2009-01-07 
07:49:36 UTC (rev 3387)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_battery.h 2009-01-07 
08:17:21 UTC (rev 3388)
@@ -37,7 +37,7 @@
 /** Battery level threshold HIGH */
 #define TUX_BATTERY_HIGH_VALUE                  5400
 /** Battery level threshold LOW */
-#define TUX_BATTERY_LOW_VALUE                   4500
+#define TUX_BATTERY_LOW_VALUE                   4800
 /** Battery level threshold EMPTY */
 #define TUX_BATTERY_EMPTY_VALUE                 0000
 /** @} */


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to