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:
parent
cbcb882454
commit
da90407572
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user