Updated Debug with serial (markdown)

sommermorgentraum 2024-04-20 16:49:05 +08:00
parent 921714b5bd
commit 007fc82630

@ -5,7 +5,7 @@ If you wanna set break point etc, use another debug method.
1. Include the async msg header in your file 1. Include the async msg header in your file
``` ```
#include "usb_serial_debug_bridge.hpp" #include "usb_serial_asyncmsg.hpp"
``` ```