changeset 584:ace7270e1161

openmoko/modem-power-ctrl.sh: reduced sleep to 200 ms
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 03 Feb 2020 02:51:44 +0000
parents 2823fd5351f8
children d3e2b23ebf1d
files openmoko/modem-power-ctrl.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/openmoko/modem-power-ctrl.sh	Mon Feb 03 01:50:55 2020 +0000
+++ b/openmoko/modem-power-ctrl.sh	Mon Feb 03 02:51:44 2020 +0000
@@ -18,7 +18,7 @@
 		;;
 	boot)
 		echo 0 > $syspath
-		sleep .350
+		sleep .2
 		echo 1 > $syspath
 		exit 0
 		;;