Use 16-bit flite voice (which appears to have changed symbols recently)
[fw/altos] / src / ao_radio.c
index 1a0cf4fa2dee22546c5ea6c75f916cf6b411a584..0849349edb1d10a59208aebad7929c523da414f4 100644 (file)
@@ -317,8 +317,8 @@ ao_radio_idle(void)
 {
        if (RF_MARCSTATE != RF_MARCSTATE_IDLE)
        {
-               RFST = RFST_SIDLE;
                do {
+                       RFST = RFST_SIDLE;
                        ao_yield();
                } while (RF_MARCSTATE != RF_MARCSTATE_IDLE);
        }
@@ -448,6 +448,7 @@ ao_radio_rdf_abort(void)
 void
 ao_radio_test(void)
 {
+       ao_set_monitor(0);
        ao_packet_slave_stop();
        ao_radio_get();
        printf ("Hit a character to stop..."); flush();