-
Notifications
You must be signed in to change notification settings - Fork 3k
Add missing include for TLSSocket #8621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TCP and UDP sockets are automatically available when mbed.h is included in an application. This change lets the TLSSocket be used in the same way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me.
/morph build |
Build : SUCCESSBuild number : 3540 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3151 |
/morph test |
/morph test |
Tricky tricky. TLSSocket is not in 5.10. |
Description
TCP and UDP sockets are automatically available when mbed.h is
included in an application.
This change lets the TLSSocket be used in the same way.
Pull request type