Skip to content

Commit f9ad96b

Browse files
committed
fix
1 parent 4452a63 commit f9ad96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/scream_sender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <string.h>
1515
#include <math.h>
1616

17-
static const char *TAG = "scream_sender";
17+
#define TAG "scream_sender"
1818

1919
// Scream header for 16-bit 48KHz stereo audio
2020
static const char header[] = {1, 16, 2, 0, 0};

0 commit comments

Comments
 (0)