util-test: Fix the conflict target of esp32_test_logo between esp32s2beta and esp32

This commit is contained in:
Li Shuai
2019-08-06 16:36:16 +08:00
parent d5a9b1a240
commit d48aac96a1
7 changed files with 22 additions and 19 deletions

View File

@@ -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];