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. ```