mirror of
https://github.com/azure-rtos/threadx
synced 2025-02-06 08:08:27 +08:00
35 lines
2.1 KiB
C
35 lines
2.1 KiB
C
/**************************************************************************/
|
|
/* */
|
|
/* Copyright (c) Microsoft Corporation. All rights reserved. */
|
|
/* */
|
|
/* This software is licensed under the Microsoft Software License */
|
|
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
|
|
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
|
|
/* and in the root directory of this software. */
|
|
/* */
|
|
/**************************************************************************/
|
|
|
|
/**************************************************************************/
|
|
/**************************************************************************/
|
|
/** */
|
|
/** ThreadX Component */
|
|
/** */
|
|
/** FreeRTOS compatibility Kit */
|
|
/** */
|
|
/**************************************************************************/
|
|
/**************************************************************************/
|
|
/* RELEASE HISTORY */
|
|
/* */
|
|
/* DATE NAME DESCRIPTION */
|
|
/* */
|
|
/* 09-30-2020 William E. Lamie Initial Version 6.1 */
|
|
/* */
|
|
/**************************************************************************/
|
|
|
|
#ifndef TIMERS_H
|
|
#define TIMERS_H
|
|
|
|
/* This file is intentionally left empty for backward compatibility. */
|
|
|
|
#endif /* TIMERS_H */
|