]> hackdaworld.org Git - my-code/arm.git/commitdiff
loop broadcast process
authorhackbard <hackbard@staubsauger.localdomain>
Sat, 18 Aug 2007 01:44:11 +0000 (03:44 +0200)
committerhackbard <hackbard@staubsauger.localdomain>
Sat, 18 Aug 2007 01:44:11 +0000 (03:44 +0200)
betty/fwbc.c

index a617d247a09c6bb626f208aade90ba3fa23a3059..c9e603b6654445eff5c7a0a9d73422ef69f16d0f 100644 (file)
@@ -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;
 }