mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
unit_tests: replace legacy timer group with gptimer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -324,5 +324,5 @@ template<typename T> __attribute__((unused)) static void test_binary_operators()
|
||||
}
|
||||
|
||||
//Add more types here. If any flags cannot pass the build, use FLAG_ATTR in esp_attr.h
|
||||
#include "driver/timer.h"
|
||||
#include "driver/timer_types_legacy.h"
|
||||
template void test_binary_operators<timer_intr_t>();
|
||||
|
Reference in New Issue
Block a user