From f11a6e499a37057521baa5fbb38f3aee84286f44 Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:42:18 +0800 Subject: [PATCH] Updated Debug with serial (markdown) --- Debug-with-serial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debug-with-serial.md b/Debug-with-serial.md index 3e49656..44f2fad 100644 --- a/Debug-with-serial.md +++ b/Debug-with-serial.md @@ -1,6 +1,8 @@ You can only print things to debug for this. If you wanna set break point, checking registers etc, use another debug method. +ref. and code: https://github.com/portapack-mayhem/mayhem-firmware/pull/2111/files + # usage 1. Include the async msg header in your file ```