mbed-os/libraries/mbed
Joris Aerts c275ef3b3d Replace #ifdef with #if DEVICE_STDIO_MESSAGES
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.
2013-09-17 18:19:22 -07:00
..
api Replace #ifdef with #if DEVICE_STDIO_MESSAGES 2013-09-17 18:19:22 -07:00
common Fix _sbrk() implementation for Cortex-M parts. 2013-09-17 04:29:35 -07:00
hal Rename some argument and enum names to match existing naming 2013-08-05 17:28:27 -07:00
targets Merge pull request #66 from dinau/lpc2368_mod 2013-09-16 08:00:20 -07:00