mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1609 from TomoYamanaka/master
Modify macro value of device error in device.hpull/1611/head
commit
768fbd7de2
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue