From e35da82d834897f12f33225102b4e2ba007682c0 Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Fri, 17 Feb 2023 22:22:59 -0500 Subject: [PATCH] Remove ifdef around CN sound inits --- services/bt_app/res_audio_data_cn.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/bt_app/res_audio_data_cn.h b/services/bt_app/res_audio_data_cn.h index 3129019..df30e87 100644 --- a/services/bt_app/res_audio_data_cn.h +++ b/services/bt_app/res_audio_data_cn.h @@ -13,8 +13,6 @@ * trademark and other intellectual property rights. * ****************************************************************************/ -#ifndef __RES_AUDIO_DATA_CN_H -#define __RES_AUDIO_DATA_CN_H extern const uint8_t CN_POWER_ON []; @@ -151,5 +149,3 @@ extern const uint8_t CN_BT_FINDME[]; extern unsigned int CN_BT_FINDME_len; }; #endif -#endif -