summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/FreeRTOS/event_groups.h
blob: 67af88a2e94275aebcaed44cdd51750d4e0235eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***************************************************************************
 * Copyright (c) 2024 Microsoft Corporation
 * Copyright (c) 2026-present Eclipse ThreadX contributors
 *
 * This program and the accompanying materials are made available under the
 * terms of the MIT License which is available at
 * https://opensource.org/licenses/MIT.
 *
 * SPDX-License-Identifier: MIT
 **************************************************************************/

/**************************************************************************/
/**************************************************************************/
/**                                                                       */
/** ThreadX Component                                                     */
/**                                                                       */
/**   FreeRTOS compatibility Kit                                          */
/**                                                                       */
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/

#ifndef EVENT_GROUPS_H
#define EVENT_GROUPS_H

 /* This file is intentionally left empty for backward compatibility. */

#endif /* EVENT_GROUPS_H */