esp32: add filetags

This commit is contained in:
Matthias Ringwald 2017-04-02 20:48:18 +02:00
parent b9f3f1a478
commit 64dc14e0f6
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -35,6 +35,8 @@
* *
*/ */
#define __BTSTACK_FILE__ "spp_and_le_streamer.c"
// ***************************************************************************** // *****************************************************************************
/* EXAMPLE_START(spp_and_le_counter): Dual mode example /* EXAMPLE_START(spp_and_le_counter): Dual mode example
* *