add missing BTSTACK_FILE tags

This commit is contained in:
Matthias Ringwald 2017-07-21 22:10:37 +02:00
parent 6bbd991acf
commit 0c2f495327
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@
* or Task Notifications if HAVE_FREERTOS_TASK_NOTIFICATIONS is defined
*/
#define __BTSTACK_FILE__ "btstack_run_loop_freertos.c"
#include <stddef.h> // NULL
#include "btstack_linked_list.h"

View File

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