mirror of https://github.com/ARMmbed/mbed-os.git
Use unique include for Stream.h
parent
9bf85ef67e
commit
2b226bfdd8
|
@ -19,7 +19,7 @@
|
|||
#define USBKEYBOARD_H
|
||||
|
||||
#include "USBHID.h"
|
||||
#include "Stream.h"
|
||||
#include "platform/Stream.h"
|
||||
#include "PlatformMutex.h"
|
||||
|
||||
/* Modifiers, left keys then right keys. */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "USBMouse.h"
|
||||
#include "USBKeyboard.h"
|
||||
#include "Stream.h"
|
||||
#include "platform/Stream.h"
|
||||
#include "USBHID.h"
|
||||
#include "PlatformMutex.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#define USBSERIAL_H
|
||||
|
||||
#include "USBCDC.h"
|
||||
#include "Stream.h"
|
||||
#include "platform/Stream.h"
|
||||
#include "Callback.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue