meta-digi-dey: suspend: remove unnecesary delay
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
This commit is contained in:
parent
e0c4aa21fa
commit
b869ecde82
|
|
@ -72,7 +72,6 @@ if [ -f "${syspower}" ]; then
|
||||||
|
|
||||||
# Suspend the device
|
# Suspend the device
|
||||||
printf "mem" > ${syspower}
|
printf "mem" > ${syspower}
|
||||||
sleep .5
|
|
||||||
|
|
||||||
# Post-resume actions
|
# Post-resume actions
|
||||||
resume_interfaces
|
resume_interfaces
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue