Skip to content

Commit 2bb4d3a

Browse files
geky0xc0170
authored andcommitted
Updated includes of renamed platform header files
1 parent 41aff24 commit 2bb4d3a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

drivers/FileLike.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef MBED_FILELIKE_H
1717
#define MBED_FILELIKE_H
1818

19-
#include "platform/toolchain.h"
19+
#include "platform/mbed_toolchain.h"
2020
#include "drivers/FileBase.h"
2121

2222
namespace mbed {

features/TESTS/filesystem/fat_filesystem/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "HeapBlockDevice.h"
2222
#include "FATFileSystem.h"
2323
#include <stdlib.h>
24-
#include "retarget.h"
24+
#include "mbed_retarget.h"
2525

2626
using namespace utest::v1;
2727

platform/mbed_retarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <stdio.h>
3535
#endif
3636
#include <errno.h>
37-
#include "platform/retarget.h"
37+
#include "platform/mbed_retarget.h"
3838

3939

4040
#if defined(__ARMCC_VERSION)
File renamed without changes.

platform/platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <cstdio>
2525
#include <cstring>
2626

27-
#include "platform/retarget.h"
28-
#include "platform/toolchain.h"
27+
#include "platform/mbed_retarget.h"
28+
#include "platform/mbed_toolchain.h"
2929
#include "device.h"
3030
#include "PinNames.h"
3131
#include "PeripheralNames.h"

0 commit comments

Comments
 (0)