a2dp: set BTSTACK_FILE__ at start

This commit is contained in:
Matthias Ringwald 2024-07-01 12:15:35 +02:00
parent 345352ac28
commit db449e89e7

View File

@ -35,6 +35,8 @@
*
*/
#define BTSTACK_FILE__ "a2dp.c"
#include <stdint.h>
#include <string.h>
#include "a2dp.h"
@ -46,8 +48,6 @@
#include "bluetooth_sdp.h"
#include "bluetooth_psm.h"
#define BTSTACK_FILE__ "a2dp.c"
#include <stddef.h>
#include "bluetooth.h"
#include "classic/a2dp.h"