From: Bdale Garbee Date: Sun, 10 Jan 2016 22:31:22 +0000 (-0700) Subject: Merge branch 'hack-cc1200' of ssh://git.gag.com/scm/git/fw/altos into hack-cc1200 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=refs%2Fheads%2Fhack-cc1200;hp=4344bf3de532f54e0185421975c3c8dff1ac8bc2;p=fw%2Faltos Merge branch 'hack-cc1200' of ssh://git.gag.com/scm/git/fw/altos into hack-cc1200 --- diff --git a/src/drivers/ao_cc1200.c b/src/drivers/ao_cc1200.c index 6547be39..949d5002 100644 --- a/src/drivers/ao_cc1200.c +++ b/src/drivers/ao_cc1200.c @@ -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);