Skip to content
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

Add missing dependency on cmsis-core #31

Merged
merged 1 commit into from
Oct 27, 2015
Merged

Conversation

bremoran
Copy link
Contributor

sal uses __REV() to implement htonl() if it’s not already defined. This introduces a potential dependency on cmsis-core.

Potential dependency is caused here: https://github.com/ARMmbed/sal/blob/master/sal/socket_api.h#L106

Fixes #23

sal uses ```__REV()``` to implement ```htonl()``` if it’s not already defined.  This introduces a potential dependency on cmsis-core.
@bremoran
Copy link
Contributor Author

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 22, 2015

+1

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 27, 2015

Bump

@bogdanm
Copy link
Contributor

bogdanm commented Oct 27, 2015

+1

bremoran added a commit that referenced this pull request Oct 27, 2015
Add missing dependency on cmsis-core
@bremoran bremoran merged commit 849a24c into ARMmbed:master Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants