Skip to content
Snippets Groups Projects
Verified Commit 251b53f1 authored by rahix's avatar rahix
Browse files

fix(pycardium): Ensure printf output is sent to Epicardium API


Previously, printf would output directly to UART, which led to race
conditions.  With removing card10-board from pycardium and implementing
_write() directly, this can be fixed.  Now printf & co will output via
Epicardium API.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent d6a66403
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment