Skip to content

Commit 61a07be

Browse files
authored
Merge pull request #686 from parallaxinc/demo
Hot Patch #1
2 parents 7db154d + 8c18436 commit 61a07be

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/cdn/blockly/generators/propc

1 file changed

+1
-1
lines changed

src/main/webapp/cdn/blockly/generators/propc/oled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Blockly.Blocks.oled_print_number = {
339339
.appendField(new Blockly.FieldDropdown([
340340
["Decimal", "DEC"],
341341
["Hexadecimal", "HEX"],
342-
["Binary", "BIN"],
342+
["Binary", "BIN"]
343343
//["OCT", "OCT"],
344344
]), "type");
345345
this.setInputsInline(true);

0 commit comments

Comments
 (0)