unit_tests: replace legacy timer group with gptimer

This commit is contained in:
morris
2022-01-02 16:19:49 +08:00
parent 6bf3af7c8e
commit 705788a13f
18 changed files with 415 additions and 663 deletions

View File

@@ -8,7 +8,6 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include <freertos/semphr.h>
#include "driver/timer.h"
#include "unity.h"
#include "test_utils.h"