application: add 2 new talk tracks

This commit is contained in:
King Kévin 2021-04-22 21:20:37 +02:00
parent cac967ba76
commit a22de00ee8
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static uint32_t last_finished = 0;
/** number of possible exit message tracks */
#define EXIT_TRACKS 18
/** number of possible talk tracks */
#define TALK_TRACKS 27
#define TALK_TRACKS 29
size_t putc(char c)
{