From f7cc777ee177634676bcbd5e90c53c45101e3e50 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 1 May 2009 16:47:02 -0400 Subject: [PATCH] fixed typo --- everything still works. --- src/maca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maca.c b/src/maca.c index 2aa852f17..6f0608aba 100644 --- a/src/maca.c +++ b/src/maca.c @@ -68,7 +68,7 @@ void reset_maca(void) */ /* tested and is good */ -#define RF_BASE 0x80009a000 +#define RF_BASE 0x80009a00 void flyback_init(void) { uint32_t val8, or;