mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
util-test: Fix the conflict target of esp32_test_logo between esp32s2beta and esp32
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#if CONFIG_COMPILER_STACK_CHECK
|
||||
|
||||
static void recur_and_smash()
|
||||
static void recur_and_smash(void)
|
||||
{
|
||||
static int cnt;
|
||||
volatile uint8_t buf[50];
|
||||
|
Reference in New Issue
Block a user