Skip to content

Replace #ifdef with #if DEVICE_STDIO_MESSAGES #70

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

Merged
merged 1 commit into from
Sep 18, 2013

Conversation

omdathetkan
Copy link
Contributor

DEVICE_STDIO_MESSAGES is the only #define in device.h that is being used in the library as #ifdef rather than #if. This is misleading since setting it to 0 will not disable including the <stdio.h> libraries.

DEVICE_STDIO_MESSAGES is the only #define in device.h that is being used in the library as #ifdef rather than #if. This is misleading since setting it to 0 will not disable including the <stdio.h> libraries.
emilmont added a commit that referenced this pull request Sep 18, 2013
Replace #ifdef with #if DEVICE_STDIO_MESSAGES
@emilmont emilmont merged commit c02372f into ARMmbed:master Sep 18, 2013
bridadan pushed a commit that referenced this pull request Jun 21, 2016
Support for compiling static libraries via build.py
0xc0170 pushed a commit that referenced this pull request Jul 2, 2018
…45db..2705b9b

2705b9b Add IPv4 string conversion utils
8978dac Add API to set temporary allocation heap limit (#70)
86fa01c Update max heap size to use size_t (#68)
9808289 nsdynmemlib: silence IAR warnings caused by gotos skipping variable init

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: 2705b9b93877f18828106df80af5b8c1c441e713
geky pushed a commit to geky/mbed that referenced this pull request Aug 25, 2018
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Add TRNG support. Fixed default WIFI channel
pan- added a commit to pan-/mbed that referenced this pull request May 29, 2020
Provide better pre-requisite for BLE_Examples.
pan- added a commit to pan-/mbed that referenced this pull request May 29, 2020
Updating mbed-os to mbed-os-5.4.2
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.

2 participants