NVStore - remove Thread.h include

As this include is not actually needed. Having it will cause issues
with the bootloader, as this will cause a need to get the full
CMSIS/RTOS package etc., which would bloat the bootloader size.
pull/6940/head
Janne Kiiskila 2018-05-17 13:06:27 +03:00
parent 2104d8ab5b
commit 16a27a2602
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include "FlashIAP.h" #include "FlashIAP.h"
#include "mbed_critical.h" #include "mbed_critical.h"
#include "mbed_assert.h" #include "mbed_assert.h"
#include "Thread.h"
#include "mbed_wait_api.h" #include "mbed_wait_api.h"
#include <algorithm> #include <algorithm>
#include <string.h> #include <string.h>