From 21b6c1bf547086c8cd37025593fe246c4c1a6d3d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 13 Jun 2019 15:15:38 +0200 Subject: [PATCH] esp32: fix BTSTACK_FILE__ --- port/esp32/components/btstack/btstack_audio_esp32.c | 2 +- port/esp32/components/btstack/btstack_stdin_esp32.c | 2 +- port/esp32/components/btstack/btstack_tlv_esp32.c | 2 +- port/esp32/components/btstack/main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/port/esp32/components/btstack/btstack_audio_esp32.c b/port/esp32/components/btstack/btstack_audio_esp32.c index 30b301b81..593b6a05e 100644 --- a/port/esp32/components/btstack/btstack_audio_esp32.c +++ b/port/esp32/components/btstack/btstack_audio_esp32.c @@ -35,7 +35,7 @@ * */ -#define __BTSTACK_FILE__ "btstack_audio_esp32.c" +#define BTSTACK_FILE__ "btstack_audio_esp32.c" /* * btstack_audio_esp32.c diff --git a/port/esp32/components/btstack/btstack_stdin_esp32.c b/port/esp32/components/btstack/btstack_stdin_esp32.c index ad9f847e7..44ca55933 100644 --- a/port/esp32/components/btstack/btstack_stdin_esp32.c +++ b/port/esp32/components/btstack/btstack_stdin_esp32.c @@ -35,7 +35,7 @@ * */ -#define __BTSTACK_FILE__ "btstack_stdin_esp32.c" +#define BTSTACK_FILE__ "btstack_stdin_esp32.c" /* * btstack_stdin_esp32.c diff --git a/port/esp32/components/btstack/btstack_tlv_esp32.c b/port/esp32/components/btstack/btstack_tlv_esp32.c index d3ea64600..984570e77 100644 --- a/port/esp32/components/btstack/btstack_tlv_esp32.c +++ b/port/esp32/components/btstack/btstack_tlv_esp32.c @@ -29,7 +29,7 @@ * */ -#define __BTSTACK_FILE__ "btstack_tlv_esp32.c" +#define BTSTACK_FILE__ "btstack_tlv_esp32.c" #include "btstack_tlv.h" #include "btstack_util.h" diff --git a/port/esp32/components/btstack/main.c b/port/esp32/components/btstack/main.c index 0025653ca..d6ef9dddf 100644 --- a/port/esp32/components/btstack/main.c +++ b/port/esp32/components/btstack/main.c @@ -35,7 +35,7 @@ * */ -#define __BTSTACK_FILE__ "main.c" +#define BTSTACK_FILE__ "main.c" #include #include