Add include guard to jingle header

This commit is contained in:
Stephen Seo 2024-06-10 18:47:34 +09:00
parent c29047b2f4
commit 9c799843ed

View file

@ -1,3 +1,6 @@
#ifndef SEODISPARATE_COM_BREAK_INTERVAL_INTERVAL_NOTIFICATION_JINGLE_H
#define SEODISPARATE_COM_BREAK_INTERVAL_INTERVAL_NOTIFICATION_JINGLE_H
unsigned char interval_notification_mp3[] = {
0x49, 0x44, 0x33, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x23, 0x54, 0x53,
0x53, 0x45, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x03, 0x4c, 0x61, 0x76,
@ -11499,3 +11502,5 @@ unsigned char interval_notification_mp3[] = {
0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa
};
unsigned int interval_notification_mp3_len = 137970;
#endif