mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +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_cxx()
|
||||
static void recur_and_smash_cxx(void)
|
||||
{
|
||||
static int cnt;
|
||||
volatile uint8_t buf[50];
|
||||
|
Reference in New Issue
Block a user