Apply black formatting

This commit is contained in:
Ivan Kravets
2020-04-10 17:08:16 +03:00
parent ccc43633b7
commit 030ddf4ea1

View File

@ -51,7 +51,7 @@ TRANSPORT_OPTIONS = {
"zephyr": {
"include": "#include <sys/printk.h>",
"object": "",
"putchar": "printk(\"%c\", c)",
"putchar": 'printk("%c", c)',
"flush": "",
"begin": "",
"end": "",