This commit is contained in:
Andrey 2023-02-28 17:37:53 -05:00
parent 800d46eb3b
commit 3f537a66fa
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ void sent_channel::Info(void) {
/* Decoder thread settings. */
/*==========================================================================*/
/* 4 per channel should be enougth */
/* 4 per channel should be enough */
#define SENT_MB_SIZE (4 * SENT_CHANNELS_NUM)
static msg_t sent_mb_buffer[SENT_MB_SIZE];