Kaydet (Commit) 665574e8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

UNO type "byte" is signed 8bit

Change-Id: I7f8a9ee1ec8f626f955e95e4e015933726e94fec
üst ff4f2a41
...@@ -62,7 +62,7 @@ published constants DNDConstants ...@@ -62,7 +62,7 @@ published constants DNDConstants
/** Action default. /** Action default.
*/ */
const byte ACTION_DEFAULT = 0x80; const byte ACTION_DEFAULT = -0x80;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment