Add delay before sending packets on cc1200
authorKeith Packard <keithp@keithp.com>
Sun, 10 Jan 2016 05:33:23 +0000 (21:33 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Jan 2016 05:33:23 +0000 (21:33 -0800)
src/drivers/ao_cc1200.c

index 6547be3963d910055a8628aeb11b52b029cbc376..949d5002e57f7d45e63ed15cf3e0c1d85beec4c7 100644 (file)
@@ -844,6 +844,7 @@ ao_radio_test_cmd(void)
 void
 ao_radio_send(const void *d, uint8_t size)
 {
+       ao_delay(1);
        ao_radio_get(size);
        ao_radio_set_mode(AO_RADIO_MODE_PACKET_TX);