1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00
2025-09-12 11:50:26 +02:00

32 lines
425 B
C

/*
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup cpu_esp8266_sdk
* @{
*
* @file
* @brief ESP8266 SDK container
*
* @author Gunar Schorcht <gunar@schorcht.net>
* @}
*/
#include <stdint.h>
#include "sdk/ets.h"
#include "sdk/phy.h"
#include "sdk/system.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif