mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 13:03:51 +00:00
* added mocking of spi master and gpio * mock registering in one function in component.cmake
15 lines
300 B
C
15 lines
300 B
C
/*
|
|
* SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* NOTE: this is not the original header file from the freertos component.
|
|
* It is a stripped-down copy to support mocking.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
typedef uint32_t TickType_t;
|