From 16a27a26023b4add2d9912db7c853e855d72b05d Mon Sep 17 00:00:00 2001 From: Janne Kiiskila Date: Thu, 17 May 2018 13:06:27 +0300 Subject: [PATCH] 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. --- features/nvstore/source/nvstore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/features/nvstore/source/nvstore.cpp b/features/nvstore/source/nvstore.cpp index 7f81ae386c..a2ffa2fc7e 100644 --- a/features/nvstore/source/nvstore.cpp +++ b/features/nvstore/source/nvstore.cpp @@ -23,7 +23,6 @@ #include "FlashIAP.h" #include "mbed_critical.h" #include "mbed_assert.h" -#include "Thread.h" #include "mbed_wait_api.h" #include #include