mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef _SECTIONS_H_
|
|
#define _SECTIONS_H_
|
|
|
|
#define TEXT_SECTION_ATTR __attribute__((section(".text")))
|
|
|
|
#endif
|