aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJavier Degirolmo2011-10-07 12:29:10 -0300
committerJavier Degirolmo2011-10-07 12:29:10 -0300
commitec2abd03428ae2c282860f0f2adb0c974586ff4b (patch)
tree4ce9e39581442b44450dbb9d4952a6927e752251 /README
parent178968cc2fc4c32fb918ebb4ccd24d78b64cd73f (diff)
Fixed self-looping timer B
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 150d9fa..122c26c 100644
--- a/README
+++ b/README
@@ -49,4 +49,7 @@ Available builds:
Timer test. Only timer B is reloaded when it fires, timer A is left to
loop on its own.
built/echo-timer-version-c.bin
- Timer test. Both timers are left to loop on their own.
+ Timer test. Both timers are left to loop on their own. Code for
+ initializing timer B is wrong so it doesn't work properly.
+ built/echo-timer-version-d.bin
+ What the previous ROM should have been, fixed timer B :|