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/6950/head
Janne Kiiskila 2018-05-17 13:06:27 +03:00 committed by adbridge
parent e76e0c29a1
commit 751adc4825
1 changed files with 0 additions and 1 deletions

View File

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