Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CC3000HostDriver mbed
Revision 2:17c37c0b0534, committed 2013-09-14
- Comitter:
- dflet
- Date:
- Sat Sep 14 18:02:36 2013 +0000
- Parent:
- 1:ee5703f58be3
- Commit message:
- Removed last change as its not required, problems I encountered were due to too many debug printouts.
Changed in this revision
| CC3000Core.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CC3000Core.cpp Sun Aug 25 16:30:45 2013 +0000
+++ b/CC3000Core.cpp Sat Sep 14 18:02:36 2013 +0000
@@ -143,13 +143,6 @@
int8_t val;
irq.fall(&IntSpi);
- //This check is required due to IRQ being turned off during blocking proceedures.
- //Check if CC3000 irq is low, and service.
- val = ReadWlanInterruptPin();
- if (!val)
- {
- IntSpi();
- }
//__enable_irq(); //Enable Interrupts
//SPIInterruptsEnabled = 1;
}