corefoundation: set __BTSTACK_FILE__

This commit is contained in:
Matthias Ringwald 2018-08-22 14:34:43 +02:00
parent 6cf7652e2b
commit 1b85e513d2
3 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,9 @@
* Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com
*
*/
#define __BTSTACK_FILE__ "btstack_device_name_db_corefoundation.c"
#include "btstack_device_name_db_corefoundation.h"
#include "btstack_debug.h"

View File

@ -33,6 +33,9 @@
* Please inquire about commercial licensing options at contact@bluekitchen-gmbh.com
*
*/
#define __BTSTACK_FILE__ "btstack_link_key_db_corefoundation.c"
#include "btstack_link_key_db_corefoundation.h"
#include "btstack_debug.h"

View File

@ -34,6 +34,8 @@
*
*/
#define __BTSTACK_FILE__ "btstack_run_loop_corefoundation.c"
/*
* btstack_run_loop_corefoundation.c
*