]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Updated to latest version of sysless-lpc with new lpc21isp
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 Mar 2009 17:45:30 +0000 (18:45 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 Mar 2009 17:45:30 +0000 (18:45 +0100)
build/_infrastructure/sysless-lpc21xx
src/eb_vytah_09/main.c

index 8678c625ee5d2bba3536c4556af26e0b4182454c..9fba20ad36d891ced28232bc440413f3fb3b2451 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8678c625ee5d2bba3536c4556af26e0b4182454c
+Subproject commit 9fba20ad36d891ced28232bc440413f3fb3b2451
index 33be1f72b72ae297027196edabe3436da1166d55..04469ac89895fbabf0102992e36a0c6173ca485d 100644 (file)
@@ -16,7 +16,7 @@
 
 void dummy_wait()
 {
-       unsigned int wait = 500000000;
+       unsigned int wait = 50000000;
        while(--wait);
 }