Merge pull request #14212 from adbridge/master

Expose the public Stream API
pull/14232/head
Martin Kojtal 2021-02-03 09:31:03 +00:00 committed by GitHub
commit 8a788c9a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
mbed.h
View File

@ -104,6 +104,7 @@
#include "platform/ScopedRomWriteLock.h"
#include "platform/ScopedRamExecutionLock.h"
#include "platform/mbed_stats.h"
#include "platform/Stream.h"
// mbed Non-hardware components
#include "platform/Callback.h"