diff --git a/platformio/commands/test/processor.py b/platformio/commands/test/processor.py index ac48a692..9024ed0e 100644 --- a/platformio/commands/test/processor.py +++ b/platformio/commands/test/processor.py @@ -51,7 +51,7 @@ TRANSPORT_OPTIONS = { "zephyr": { "include": "#include ", "object": "", - "putchar": "printk(\"%c\", c)", + "putchar": 'printk("%c", c)', "flush": "", "begin": "", "end": "",