Mistake on this page?
Report an issue in GitHub or email us
mx_rtos_abs.h
Go to the documentation of this file.
1 /**
2  ******************************************************************************
3  * @file mx_rtos_abs.h
4  * @author MCD Application Team
5  * @brief Header for mx_wifi.c module
6  ******************************************************************************
7  * @attention
8  *
9  * Copyright (c) 2021 STMicroelectronics.
10  * All rights reserved.
11  *
12  * This software is licensed under terms that can be found in the LICENSE file
13  * in the root directory of this software component.
14  * If no LICENSE file comes with this software, it is provided AS-IS.
15  *
16  ******************************************************************************
17  */
18 
19 /* Define to prevent recursive inclusion -------------------------------------*/
20 #ifndef MX_RTOS_ABS_H
21 #define MX_RTOS_ABS_H
22 #ifdef __cplusplus
23 extern "C" {
24 #endif /* __cplusplus */
25 
26 /* Includes ------------------------------------------------------------------*/
27 #include "mx_wifi_conf.h"
28 #include "stdlib.h"
29 #include "stddef.h"
30 
31 
32 #if MX_WIFI_USE_CMSIS_OS
33 
34 #else
35 
36 
37 #endif /* MX_WIFI_USE_CMSIS_OS */
38 
39 
40 #ifdef __cplusplus
41 }
42 #endif /* __cplusplus */
43 
44 #endif /* MX_RTOS_ABS_H */
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.