forked from platformio/platformio-core
Apply black formatting
This commit is contained in:
@ -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": "",
|
||||||
|
Reference in New Issue
Block a user