1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

ensure consistency for gdb hooks signatures (#6391)

This commit is contained in:
david gauchard 2019-08-07 11:18:45 +02:00 committed by GitHub
parent 2a7a3f5683
commit 88f0410c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#include <stdint.h>
#include <stddef.h>
#include <gdb_hooks.h>
#include "internal/gdbstub-cfg.h"
#ifdef __cplusplus