From 74b55423dc6519eabfef4d7f4ea4c719d6d0fd70 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 18:32:53 +0000 Subject: [PATCH] *** empty log message *** --- padiwa.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/padiwa.pl b/padiwa.pl index 52b0e3e..3e1fd18 100755 --- a/padiwa.pl +++ b/padiwa.pl @@ -73,9 +73,9 @@ if($ARGV[2] eq "temp") { } if($ARGV[2] eq "uid" && defined $ARGV[3]) { - my $b = sendcmd(0x10000001); + my $b = sendcmd(0x10800001); usleep(100000); - $b = sendcmd(0x10000000); + $b = sendcmd(0x10800000); usleep(100000); } -- 2.43.0