mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 21:12:22 +02:00
feat(wifi_remote): Added generation step for wifi_remote based on IDF
This commit is contained in:
13
components/esp_wifi_remote/scripts/ignore_extensions.h
Normal file
13
components/esp_wifi_remote/scripts/ignore_extensions.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#define __attribute__(x)
|
||||
#define __asm__(x)
|
||||
#define __volatile__(...)
|
||||
#define volatile(...)
|
||||
typedef void *__builtin_va_list;
|
||||
#define __inline__ inline
|
||||
#define __inline inline
|
||||
#define __extension__
|
Reference in New Issue
Block a user