diff options
| author | Scott Larson <[email protected]> | 2020-10-01 13:46:52 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-10-01 13:46:52 -0700 |
| commit | 236374f704d8e2fad5113df78b2113d4819243db (patch) | |
| tree | 5d80198e5377875f02749e6e0cd19e8a0e6bac6d /utility/rtos_compatibility_layers/FreeRTOS/event_groups.h | |
| parent | 1b5816a206016d06128bd5e9afa7fbf8f09b0847 (diff) | |
add utilities and update TraceX install linkv6.1_rel
Diffstat (limited to 'utility/rtos_compatibility_layers/FreeRTOS/event_groups.h')
| -rw-r--r-- | utility/rtos_compatibility_layers/FreeRTOS/event_groups.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/utility/rtos_compatibility_layers/FreeRTOS/event_groups.h b/utility/rtos_compatibility_layers/FreeRTOS/event_groups.h new file mode 100644 index 00000000..39d9c963 --- /dev/null +++ b/utility/rtos_compatibility_layers/FreeRTOS/event_groups.h @@ -0,0 +1,34 @@ +/**************************************************************************/ +/* */ +/* 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 EVENT_GROUPS_H +#define EVENT_GROUPS_H + + /* This file is intentionally left empty for backward compatibility. */ + +#endif /* EVENT_GROUPS_H */ |
