Skip to content

Commit cc34a65

Browse files
c1728p9geky
authored andcommitted
Prefix drivers.h and platform.h with mbed
To prevent file name conflicts prefix the files drivers.h and platform.h with mbed_.
1 parent 0668287 commit cc34a65

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.

features/unsupported/rpc/Arguments.h

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

19-
#include "platform.h"
19+
#include "mbed_platform.h"
2020
#include "parse_pins.h"
2121

2222
namespace mbed {

features/unsupported/tests/libs/SPIHalfDuplex/SPIHalfDuplex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef MBED_SPIHALFDUPLEX_H
55
#define MBED_SPIHALFDUPLEX_H
66

7-
#include "platform.h"
7+
#include "mbed_platform.h"
88

99
#if DEVICE_SPI
1010

features/unsupported/tests/libs/SerialHalfDuplex/SerialHalfDuplex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef MBED_SERIALHALFDUPLEX_H
55
#define MBED_SERIALHALFDUPLEX_H
66

7-
#include "platform.h"
7+
#include "mbed_platform.h"
88

99
#if DEVICE_SERIAL
1010

mbed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121

2222
// Common codebase
23-
#include "platform.h"
24-
#include "drivers.h"
23+
#include "mbed_platform.h"
24+
#include "mbed_drivers.h"
2525

2626
// RTOS
2727
#if MBED_CONF_RTOS_PRESENT
File renamed without changes.

0 commit comments

Comments
 (0)