/* * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once /* *INDENT-OFF* */ #ifdef __cplusplus extern "C" { #endif /* *INDENT-ON* */ /** * @brief Set up the SysTick interrupt */ void vPortSetupTimer( void ); /* *INDENT-OFF* */ #ifdef __cplusplus } #endif /* *INDENT-ON* */