Skip to content

Commit 2a7a3f5

Browse files
majenkotechd-a-v
authored andcommitted
Uncouple uart from GDBStub library (esp8266#6390)
1 parent 4e93584 commit 2a7a3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/uart.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
#include "Arduino.h"
4444
#include <pgmspace.h>
45-
#include "../../libraries/GDBStub/src/GDBStub.h"
45+
#include "gdb_hooks.h"
4646
#include "uart.h"
4747
#include "esp8266_peri.h"
4848
#include "user_interface.h"

0 commit comments

Comments
 (0)