Merge branch 'master' into feature/esp32s2beta_update

This commit is contained in:
Angus Gratton
2019-08-08 14:00:45 +10:00
committed by Angus Gratton
657 changed files with 6814 additions and 7534 deletions

View File

@@ -7,7 +7,7 @@
static const char TAG[] = "test_psram";
#ifdef CONFIG_SPIRAM
static void test_psram_content()
static void test_psram_content(void)
{
const int test_size = 2048;
uint32_t *test_area = heap_caps_malloc(test_size, MALLOC_CAP_SPIRAM);