UNO type "byte" is signed 8bit

Change-Id: I7f8a9ee1ec8f626f955e95e4e015933726e94fec
This commit is contained in:
Stephan Bergmann
2013-09-09 11:14:15 +02:00
parent ff4f2a414a
commit 665574e8da

View File

@@ -62,7 +62,7 @@ published constants DNDConstants
/** Action default.
*/
const byte ACTION_DEFAULT = 0x80;
const byte ACTION_DEFAULT = -0x80;
};