wifi-tally_Oostendam/nodemcu-firmware/app/include/sections.h
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00

8 lines
187 B
C

#ifndef _SECTIONS_H_
#define _SECTIONS_H_
#define TEXT_SECTION_ATTR __attribute__((section(".iram0.text")))
#define RAM_CONST_SECTION_ATTR __attribute((section(".rodata.dram")))
#endif