Skip to content

Commit 768fbd7

Browse files
committed
Merge pull request #1609 from TomoYamanaka/master
Modify macro value of device error in device.h
2 parents f178fc4 + 23c02e1 commit 768fbd7

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)