wifi-tally_Oostendam/nodemcu-firmware/app/include/sections.h

8 lines
187 B
C
Raw Normal View History

2021-09-27 19:52:27 +00:00
#ifndef _SECTIONS_H_
#define _SECTIONS_H_
#define TEXT_SECTION_ATTR __attribute__((section(".iram0.text")))
#define RAM_CONST_SECTION_ATTR __attribute((section(".rodata.dram")))
#endif