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
|
||||
printf "mem" > ${syspower}
|
||||
sleep .5
|
||||
|
||||
# Post-resume actions
|
||||
resume_interfaces
|
||||
|
|
|
|||
Loading…
Reference in New Issue