diff options
Diffstat (limited to 'stmhal/cc3k/hci.c')
| -rw-r--r-- | stmhal/cc3k/hci.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stmhal/cc3k/hci.c b/stmhal/cc3k/hci.c index f11116607..fe72af5d3 100644 --- a/stmhal/cc3k/hci.c +++ b/stmhal/cc3k/hci.c @@ -3,14 +3,6 @@ * hci.c - CC3000 Host Driver Implementation. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * -* Adapted for use with the Arduino/AVR by KTOWN (Kevin Townsend) -* & Limor Fried for Adafruit Industries -* This library works with the Adafruit CC3000 breakout -* ----> https://www.adafruit.com/products/1469 -* Adafruit invests time and resources providing this open source code, -* please support Adafruit and open-source hardware by purchasing -* products from Adafruit! -* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -212,8 +204,6 @@ hci_patch_send(unsigned char ucOpcode, unsigned char *pucBuff, char *patch, unsi while (usDataLength) { - cc3k_int_poll(); - if (usDataLength <= SL_PATCH_PORTION_SIZE) { usTransLength = usDataLength; |
