Rename CN findme sound

This commit is contained in:
Thatcher Chamberlin 2023-02-17 22:25:50 -05:00
parent d119ccc2ce
commit f6ed5f50a2
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ extern unsigned int CN_SOUND_GSOUND_NC_len;
#ifdef __INTERACTION__
extern const uint8_t CN_BT_FINDME[];
extern unsigned int CN_BT_FINDME_len;
extern const uint8_t CN_SOUND_FINDME[];
extern unsigned int CN_SOUND_FINDME_len;
};
#endif