summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-01-09 21:33:23 -0800
committerKeith Packard <keithp@keithp.com>2016-01-09 21:33:23 -0800
commitc970cf0dcaa2fc18d6b6cdc78f1a52c8c18b6210 (patch)
treebf484316469da81995aa1effc5e19abb707f5d46
parentfe8b7ab9dd1949c53af8f09f08679bdf0280c104 (diff)
Add delay before sending packets on cc1200
-rw-r--r--src/drivers/ao_cc1200.c1
1 files changed, 1 insertions, 0 deletions
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);