mbed library sources. Supersedes mbed-src. removed serial
Fork of mbed-dev by
Revision 158:aa577577efe0, committed 2017-02-13
- Comitter:
- mrcrsch
- Date:
- Mon Feb 13 14:26:36 2017 +0000
- Parent:
- 157:ff67d9f36b67
- Commit message:
- removed stdio and serial to reduce size
Changed in this revision
targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ff67d9f36b67 -r aa577577efe0 targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h --- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h Thu Feb 02 17:01:33 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h Mon Feb 13 14:26:36 2017 +0000 @@ -39,6 +39,9 @@ extern "C" { #endif +#define DEVICE_STDIO_MESSAGES 0 +#define DEVICE_SERIAL 0 + struct gpio_irq_s { IRQn_Type irq_n; uint32_t irq_index;