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": { "zephyr": {
"include": "#include <sys/printk.h>", "include": "#include <sys/printk.h>",
"object": "", "object": "",
"putchar": "printk(\"%c\", c)", "putchar": 'printk("%c", c)',
"flush": "", "flush": "",
"begin": "", "begin": "",
"end": "", "end": "",