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: mbed
Fork of SPI_master_frdm by
Diff: main.cpp
- Revision:
- 2:52f588020826
- Parent:
- 1:4445caa57b32
- Child:
- 3:8f2dc71bae92
diff -r 4445caa57b32 -r 52f588020826 main.cpp
--- a/main.cpp	Wed Mar 18 14:28:09 2015 +0000
+++ b/main.cpp	Wed Mar 18 14:29:03 2015 +0000
@@ -15,7 +15,6 @@
     int j = 0;
     uint8_t fail; 
     uint8_t success; 
-    int pause = 1; 
     
     while(1) {
         fail = 0; 
    