1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

[stock] Custom prompts not working (thanks Martin for the test!)

This commit is contained in:
bsongis 2012-10-29 20:30:35 +00:00
parent bc3539d777
commit 09a7cc5e03

View file

@ -54,7 +54,7 @@
struct t_voice struct t_voice
{ {
uint8_t VoiceQueue[VOICE_Q_LENGTH] ; uint16_t VoiceQueue[VOICE_Q_LENGTH] ;
uint8_t Backlight ; uint8_t Backlight ;
uint8_t VoiceLatch ; uint8_t VoiceLatch ;
uint8_t VoiceCounter ; uint8_t VoiceCounter ;