mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #3868 from geky/fix-platform-rename
Updated includes of renamed platform header filespull/3828/head
						commit
						4121180fc7
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
#ifndef MBED_FILELIKE_H
 | 
			
		||||
#define MBED_FILELIKE_H
 | 
			
		||||
 | 
			
		||||
#include "platform/toolchain.h"
 | 
			
		||||
#include "platform/mbed_toolchain.h"
 | 
			
		||||
#include "drivers/FileBase.h"
 | 
			
		||||
 | 
			
		||||
namespace mbed {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
#include "HeapBlockDevice.h"
 | 
			
		||||
#include "FATFileSystem.h"
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include "retarget.h"
 | 
			
		||||
#include "mbed_retarget.h"
 | 
			
		||||
 | 
			
		||||
using namespace utest::v1;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,7 @@
 | 
			
		|||
#include <stdio.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
#include "platform/retarget.h"
 | 
			
		||||
#include "platform/mbed_retarget.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#if defined(__ARMCC_VERSION)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,8 +24,8 @@
 | 
			
		|||
#include <cstdio>
 | 
			
		||||
#include <cstring>
 | 
			
		||||
 | 
			
		||||
#include "platform/retarget.h"
 | 
			
		||||
#include "platform/toolchain.h"
 | 
			
		||||
#include "platform/mbed_retarget.h"
 | 
			
		||||
#include "platform/mbed_toolchain.h"
 | 
			
		||||
#include "device.h"
 | 
			
		||||
#include "PinNames.h"
 | 
			
		||||
#include "PeripheralNames.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue