Delayed disconnecting after pairing complete by 500ms

This commit is contained in:
Martin Woolley 2016-12-20 13:30:37 +00:00
parent ddbcec094e
commit 404c46251b

View file

@ -29,7 +29,6 @@ DEALINGS IN THE SOFTWARE.
#include "MicroBitStorage.h"
#include "MicroBitFiber.h"
#include "MicroBitSystemTimer.h"
#include <inttypes.h>
/* The underlying Nordic libraries that support BLE do not compile cleanly with the stringent GCC settings we employ.
* If we're compiling under GCC, then we suppress any warnings generated from this code (but not the rest of the DAL)