From ac38f9aaf1945de8bfb5087721e3cfe7b5b8246a Mon Sep 17 00:00:00 2001 From: Darian Leung Date: Thu, 14 Jul 2022 17:25:06 +0800 Subject: [PATCH] freertos: Rename scheduler suspension test file --- ..._suspend_scheduler.c => test_vTaskSuspendAll_xTaskResumeAll.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename components/freertos/test/integration/tasks/{test_suspend_scheduler.c => test_vTaskSuspendAll_xTaskResumeAll.c} (100%) diff --git a/components/freertos/test/integration/tasks/test_suspend_scheduler.c b/components/freertos/test/integration/tasks/test_vTaskSuspendAll_xTaskResumeAll.c similarity index 100% rename from components/freertos/test/integration/tasks/test_suspend_scheduler.c rename to components/freertos/test/integration/tasks/test_vTaskSuspendAll_xTaskResumeAll.c