mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
esp32: fix BTSTACK_FILE__
This commit is contained in:
parent
ccc619ecbd
commit
21b6c1bf54
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "btstack_audio_esp32.c"
|
||||
#define BTSTACK_FILE__ "btstack_audio_esp32.c"
|
||||
|
||||
/*
|
||||
* btstack_audio_esp32.c
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "btstack_stdin_esp32.c"
|
||||
#define BTSTACK_FILE__ "btstack_stdin_esp32.c"
|
||||
|
||||
/*
|
||||
* btstack_stdin_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"
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __BTSTACK_FILE__ "main.c"
|
||||
#define BTSTACK_FILE__ "main.c"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user