1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

cpu/esp_common/include: include common xtstr header

This commit is contained in:
Francisco Molina 2020-04-16 13:50:09 +02:00
parent cbcb882454
commit da90407572
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -28,15 +28,10 @@ extern "C" {
#include "log.h"
#include "esp_common_log.h"
#include "macros/xtstr.h"
#define asm __asm__
/** string representation of x */
#ifndef XTSTR
#define _XTSTR(x) # x
#define XTSTR(x) _XTSTR(x)
#endif /* XSTR */
#if !defined(ICACHE_FLASH)
#ifndef ICACHE_RAM_ATTR
/** Places the code with this attribute in the IRAM. */