erase compiler complaint, not used var
This commit is contained in:
parent
7433b20d43
commit
87d0c70695
@ -150,6 +150,7 @@ int construct_argv()
|
||||
/* entry point */
|
||||
void app_main(void)
|
||||
{
|
||||
(void) TAG;
|
||||
#ifndef NO_CRYPT_BENCHMARK
|
||||
|
||||
/* when using atecc608a on esp32-wroom-32se */
|
||||
@ -163,8 +164,6 @@ void app_main(void)
|
||||
return;
|
||||
}
|
||||
atmel_set_slot_allocator(my_atmel_alloc, my_atmel_free);
|
||||
#else
|
||||
(void) TAG;
|
||||
#endif
|
||||
#endif
|
||||
wolf_benchmark_task();
|
||||
|
Loading…
Reference in New Issue
Block a user