Skip to content

Commit 16a27a2

Browse files
author
Janne Kiiskila
committed
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.
1 parent 2104d8a commit 16a27a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/nvstore/source/nvstore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "FlashIAP.h"
2424
#include "mbed_critical.h"
2525
#include "mbed_assert.h"
26-
#include "Thread.h"
2726
#include "mbed_wait_api.h"
2827
#include <algorithm>
2928
#include <string.h>

0 commit comments

Comments
 (0)