Skip to content

Commit 23c02e1

Browse files
committed
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.
1 parent f178fc4 commit 23c02e1

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959

6060
#define DEVICE_DEBUG_AWARENESS 0
6161

62-
#define DEVICE_STDIO_MESSAGES 0
62+
#define DEVICE_STDIO_MESSAGES 1
6363

64-
#define DEVICE_ERROR_PATTERN 0
64+
#define DEVICE_ERROR_PATTERN 1
6565

6666
#include "objects.h"
6767

0 commit comments

Comments
 (0)