From 23c02e167516810bd39bd60c4c7b77ceae96ec6a Mon Sep 17 00:00:00 2001 From: tomoyuki yamanaka Date: Mon, 14 Mar 2016 11:24:37 +0900 Subject: [PATCH] Modify macro value of device error in device.h. We modified the value of "DEVICE_STDIO_MESSAGES" and "DEVICE_ERROR_PATTERN" in order to output the error message. --- .../mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h b/libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h index 3c63b7ad332..ef79620884d 100644 --- a/libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h +++ b/libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h @@ -59,9 +59,9 @@ #define DEVICE_DEBUG_AWARENESS 0 -#define DEVICE_STDIO_MESSAGES 0 +#define DEVICE_STDIO_MESSAGES 1 -#define DEVICE_ERROR_PATTERN 0 +#define DEVICE_ERROR_PATTERN 1 #include "objects.h"