From d49c7987d41cff418b7350fd8bdaefaa831d61a6 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 6 Aug 2019 22:52:35 +0100 Subject: [PATCH] Uncouple uart from GDBStub library --- cores/esp8266/uart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/uart.cpp b/cores/esp8266/uart.cpp index 3a27ff62f4..6794c3358f 100644 --- a/cores/esp8266/uart.cpp +++ b/cores/esp8266/uart.cpp @@ -42,7 +42,7 @@ */ #include "Arduino.h" #include -#include "../../libraries/GDBStub/src/GDBStub.h" +#include "gdb_hooks.h" #include "uart.h" #include "esp8266_peri.h" #include "user_interface.h"