silence compiler warning about unused parameter

This commit is contained in:
Mario Hüttel 2020-09-22 23:47:18 +02:00
parent b869ed9c45
commit 84c747c81c
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ static char IN_SECTION(.ccm.bss) history_buffer[600];
static bool check_opt(const char *args, uint32_t len, const char *opt_to_check)
{
(void)len;
char str[128];
const char *ptr;
static const char * const tokens = "\t ";