From 79f5270f51c65d6155462e3d8a9ad967ef312d80 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 18 Aug 2007 03:44:11 +0200 Subject: [PATCH] loop broadcast process --- betty/fwbc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/betty/fwbc.c b/betty/fwbc.c index a617d24..c9e603b 100644 --- a/betty/fwbc.c +++ b/betty/fwbc.c @@ -82,6 +82,8 @@ int main(void) { BCFG0=0x1000FBEF; // no boot[1:0] influence? (thnx colibri) // BCFG2 should be fine as is + while(1) { + /* wait for fwdump to send transmit start character */ start=0x23; while(1) { @@ -136,6 +138,8 @@ int main(void) { } } + } + return 0; } -- 2.20.1