esp32: fix BTSTACK_FILE__

This commit is contained in:
Matthias Ringwald 2019-06-13 15:15:38 +02:00
parent ccc619ecbd
commit 21b6c1bf54
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_audio_esp32.c"
#define BTSTACK_FILE__ "btstack_audio_esp32.c"
/*
* btstack_audio_esp32.c

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "btstack_stdin_esp32.c"
#define BTSTACK_FILE__ "btstack_stdin_esp32.c"
/*
* btstack_stdin_esp32.c

View File

@ -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"

View File

@ -35,7 +35,7 @@
*
*/
#define __BTSTACK_FILE__ "main.c"
#define BTSTACK_FILE__ "main.c"
#include <stdint.h>
#include <stdio.h>