mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
fix: Fix all files when change to use standard typedef
This commit is contained in:
@ -22,8 +22,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __ESPWPS_H__
|
||||
#define __ESPWPS_H__
|
||||
#ifndef __ESP_WPS_H__
|
||||
#define __ESP_WPS_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user