USBLocalFileSystem.lib testing program for LPC11U35

Dependencies:   BaseDAP SWD USBDAP USBLocalFileSystem mbed DA14580 SWSPI W25X40BV

USB memory + Writer for DA14580 BLE chip + CMSIS-DAP debugger + USB-UART functions in one chip

One button input loads your application into DA14580 or DA14580 included BLE modules

Quote:

Current compatible hardware description can be found at https://github.com/K4zuki/da14580/releases/tag/MurataBLEr04

Revision:
13:9a2f6902f4f1
Parent:
12:417eb27c4146
--- a/main.cpp	Fri Aug 12 06:37:48 2016 +0000
+++ b/main.cpp	Sat Aug 19 10:45:02 2017 +0000
@@ -115,9 +115,10 @@
         "CRC MISMATCHED"
     };
 
-    int result = 0;
+   
     TGT_RST_IN.mode(PullUp);
     TGT_RST_IN.fall(&TGT_RST_IN_int);
+    int result = 0;
 
     bool _hidresult;
     usb_local->lock(false);