Merge pull request #1609 from TomoYamanaka/master

Modify macro value of device error in device.h
pull/1611/head
Martin Kojtal 2016-03-14 09:49:50 +00:00
commit 768fbd7de2
1 changed files with 2 additions and 2 deletions

View File

@ -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"