Added brackets
This commit is contained in:
parent
7b3e95093e
commit
25bbed17c0
@ -44,7 +44,7 @@ void loop() {
|
||||
case 'd':
|
||||
case 'e':
|
||||
case 'f':
|
||||
hex = hex << 2 + charMap(data);
|
||||
hex = (hex << 2) + charMap(data);
|
||||
break;
|
||||
case 'n':
|
||||
nextColour();
|
||||
|
Loading…
Reference in New Issue
Block a user