From 1268d759fbc7bec56d0497df707762778b92e4a2 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sat, 11 Apr 2009 15:29:21 -0400 Subject: [PATCH] more compact. --- src/maca.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/maca.c b/src/maca.c index b5984a4c9..abf1bf63d 100644 --- a/src/maca.c +++ b/src/maca.c @@ -134,57 +134,43 @@ void vreg_init(void) { *(volatile uint32_t *)(0x80003048) = 0x00000f04; /* bypass the buck */ for(i=0; i<0x161a8; i++) { continue; } /* wait for the bypass to take */ // while((((*(volatile uint32_t *)(0x80003018))>>17) & 1) !=1) { continue; } /* wait for the bypass to take */ - *(volatile uint32_t *)(0x80003048) = 0x00000ffc; /* start the regulators */ + *(volatile uint32_t *)(0x80003048) = 0x00000ff8; /* start the regulators */ } void radio_init(void) { uint32_t i; - /* sequence 1 */ for(i=0; i