AVR baud rates are good, but the values are hackish.
[goodfet] / firmware / apps / monitor / monitor.c
index 73aa61c..701de9e 100644 (file)
@@ -146,9 +146,11 @@ void monitor_handle_fn(uint8_t const app,
                break;
 
        case MONITOR_CONNECTED:
                break;
 
        case MONITOR_CONNECTED:
-               msp430_init_dco_done();
-               txdata(app,verb,0);
-               break;
+         #ifdef MSP430
+         msp430_init_dco_done();
+         #endif
+         txdata(app,verb,0);
+         break;
        }
 }
 
        }
 }