Remove ifdef around CN sound inits

This commit is contained in:
Thatcher Chamberlin 2023-02-17 22:22:59 -05:00
parent eebe8d3cb1
commit e35da82d83
1 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@
* trademark and other intellectual property rights. * 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 []; 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; extern unsigned int CN_BT_FINDME_len;
}; };
#endif #endif
#endif