Remove ifdef around CN sound inits
This commit is contained in:
parent
eebe8d3cb1
commit
e35da82d83
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue