From 007fc826307f6c453e2fc17b2c1630b93d027748 Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:49:05 +0800 Subject: [PATCH] Updated Debug with serial (markdown) --- Debug-with-serial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debug-with-serial.md b/Debug-with-serial.md index 0bd457c..2672769 100644 --- a/Debug-with-serial.md +++ b/Debug-with-serial.md @@ -5,7 +5,7 @@ If you wanna set break point etc, use another debug method. 1. Include the async msg header in your file ``` -#include "usb_serial_debug_bridge.hpp" +#include "usb_serial_asyncmsg.hpp" ```