mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			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
							parent
							
								
									2104d8ab5b
								
							
						
					
					
						commit
						16a27a2602
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue