From 44e385201958708ee91bcefc266feabb2bfdeb2a Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:50:40 +0800 Subject: [PATCH] Updated Debug with serial (markdown) --- Debug-with-serial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Debug-with-serial.md b/Debug-with-serial.md index 2672769..354d9a0 100644 --- a/Debug-with-serial.md +++ b/Debug-with-serial.md @@ -8,6 +8,7 @@ If you wanna set break point etc, use another debug method. #include "usb_serial_asyncmsg.hpp" ``` +if err happend after including it, maybe try not to include it but still using it (we are trying to settle the headers to prevent circuit including but it need sometime) 2 print things in your code and it will appear on serial. ```