Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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;